Moving sitename

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Phere
New Member
New Member
Posts: 4
Joined: Thu Jan 17, 2013 8:24 am

Moving sitename

Post 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
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Contact:

Re: Moving sitename

Post 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 ]
Phere
New Member
New Member
Posts: 4
Joined: Thu Jan 17, 2013 8:24 am

Re: Moving sitename

Post 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.
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Contact:

Re: Moving sitename

Post 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;
}
Phere
New Member
New Member
Posts: 4
Joined: Thu Jan 17, 2013 8:24 am

Re: Moving sitename

Post 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?
Phere
New Member
New Member
Posts: 4
Joined: Thu Jan 17, 2013 8:24 am

Re: Moving sitename [solved]

Post by Phere »

ok i found it and it is changeble, thank you so much :D
Post Reply

Return to “Layout and Design (CSS & HTML)”