Page 1 of 1

Moving sitename

Posted: Thu Jan 17, 2013 8:39 am
by Phere
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

Re: Moving sitename

Posted: Thu Jan 17, 2013 6:56 pm
by paulbaker
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 ;D ]

Re: Moving sitename

Posted: Fri Jan 18, 2013 6:51 am
by Phere
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.

Re: Moving sitename

Posted: Fri Jan 18, 2013 12:28 pm
by paulbaker
That text is white on a white background - hence I didn't spot it ;)

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

Posted: Fri Jan 18, 2013 4:04 pm
by Phere
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]

Posted: Fri Jan 18, 2013 4:30 pm
by Phere
ok i found it and it is changeble, thank you so much :D