Goodmorning,
I have a small issue in my CMS. After the upgrade to 1.11.4 the sitename moved from center place to right again. I have worked in the cms to change it again to center but nothing works. Tried to adjust the stylesheets i have but sadly nothing.
http://www.praktijkvoornatuurgeneeswijz ... /index.php
I hope one of you can help me?
Sencerly Monique
Moving sitename
Re: Moving sitename
Your site name/H1 element shows in the centre to me (Chrome and Firefox).
[I think that's the most unpronounceable domain name I have ever seen
]
[I think that's the most unpronounceable domain name I have ever seen

Re: Moving sitename
hahaha well not my choice:P the domainname.
I mean the text next to the logo, Praktijk voor natuurgeneeskunde. That is the H2 i believe.
I mean the text next to the logo, Praktijk voor natuurgeneeskunde. That is the H2 i believe.
Re: Moving sitename
That text is white on a white background - hence I didn't spot it
You have a float right on that element - remove that?

You have a float right on that element - remove that?
Code: Select all
div#header h2
{
float: right;
line-height: 1.2em;
font-size: 1.5em;
margin-top: 35px;
margin-right: 65px;
margin-bottom: 0px;
margin-left: 0px;
color: #f4f4f4;
}
Re: Moving sitename
thank you for your quick reaction...i think that is the problem..only thing is i have no idea in wich stylesheet i need to change it...i have 3 stylesheets in Layout: Top menu + 2 columns and in all 3 i cant find what you just typed. So i'm prob looking wrong?
Re: Moving sitename [solved]
ok i found it and it is changeble, thank you so much 
