Home › Forums › Pro Themes › University Hub Pro › Center the website title with the logo
- This topic has 9 replies, 3 voices, and was last updated 7 years, 7 months ago by wensolutions.
-
AuthorPosts
-
March 27, 2017 at 4:39 pm #37055repsrpskaParticipant
Hello.
I have been trying to edit, but were not sucessful.
My title is a bit not centered with the logo and I would like to eliminate the space below the logo.
How it is:
http://www.vukovic.info/rep1.jpgHow it should be:
http://www.vukovic.info/rep2.jpgAnd one more thing, how do I remove visited link color fromt he title?
Thank you!
March 28, 2017 at 1:41 am #37067wensolutionsKeymasterHello @repsrpska,
To center the site title and tagline use below CSS .
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below CSS.
#site-identity { margin-top: 60px; }
Similarly to decrease the gap use below CSS and paste the CSS in above given location .
#main-nav { margin-top: 7px; }
You can adjust the values according to your need .
how do I remove visited link color from the title?
And we are not clear which particular section you are talking about . So please explain it properly with the screen shot.
Hope this helps.
Best Regards!!
March 28, 2017 at 5:53 am #37092repsrpskaParticipantHi.
Thank you very much. Below part is adjusted, I have managed to adjust the text, but the top part hasn’t changed at all.
Since I am want to lower the upper part as well, I would need to adjust the right side where the phone number is.
Example rep-srpska.vukovic.info
What I mean if you visit the website. The title is white now, but after it is blue, like a visited link.
Here you go:
http://www.youtube.com/watch?v=Rv_pphvZBv8Thank you once more.
March 28, 2017 at 6:30 am #37099wensolutionsKeymasterHello @repsrpska,
In order to remove the gap from the top use below given CSS.
.site-header { padding: 0px 0 0; }
To disable the visited link color use below CSS.
.site-title a, a:visited { color: #fff; }
Hope this helps.
If you have any issue further, please let us know.
Best Regards!!
March 28, 2017 at 7:13 am #37109repsrpskaParticipantThank you very much!
I apologise with all the question, I got it how it works with the css, hopefully 🙂
It created another problem for me. All visited links are now displayed white. Meaning, I don’t see any titles on the front page from the news.
I have two things more for now 🙂
1) On the contact page, I have added a table to have the google maps shown next to the text, but I have not managed to remove the borderline http://rep-srpska.vukovic.info/kontakt/
I would like that I don’t see the table at all.
2) I thought that some calendar plugin was included, but it just displays categories. Is there any chance that you can recommend some calendar plugin which could modified with a widget to display as it is now, but having the functionality of future events, and the past ones being not displayed.
Once again, thank you.
March 28, 2017 at 7:48 am #37119wensolutionsKeymasterHello @repsrpska,
To disable the visited link please use below CSS.
.site-title a, .site-title a:visited { color: #fff; }
Now to remove the border please use below CSS.
td { border: none; }
As for the recommendation, we have not tested any third party plugin besides the plugin recommended by the theme itself . So other plugin might conflict with the theme .
Hope this helps.
Best Regards!!
March 30, 2017 at 7:00 am #37371LaMpiRParticipantThank you very much for the provided assistance.
Now we have visited on the bottom problem.
March 30, 2017 at 7:43 am #37376wensolutionsKeymasterHello @lampir,
As far as we have checked the issue locally, we do not seem to find such kind of issue .
So can your post your site URL so that we could properly inspect the issue and provide precise fix?
Also please post your issue by creating your own ticket so that it makes us easier to track down your issue and help you further.
Hope this helps.
Best Regards!!
March 30, 2017 at 7:45 am #37378LaMpiRParticipantHi. The website url is
http://rep-srpska.vukovic.infoThank you
March 31, 2017 at 12:06 am #37434wensolutionsKeymasterHello @lampir,
As we have inspected the site URL you have provided, we do not find such issue as you can see in the below screen shot.
http://image.prntscr.com/image/d6565312795e42abad6a6622df069585.png
So please once very the issue by yourself .
Also if you have any issue further feel free to post them.
Hope this helps.
Best Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.