Closed (fixed)
Project:
Framework
Version:
7.x-3.6
Component:
CSS/HTML markup
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2013 at 13:00 UTC
Updated:
15 Feb 2013 at 20:30 UTC
I am creating a new site. The logo and the site-name must both be centered, logo on top.
I created a subtheme (corneliszn) and changed the page.tp.php on one place: a linebreak after the logo.
In the few lines of needed css to alter the layout I defined this line:
#header {text-align: center;} which centers the logo but not the site-name.
I tried several other css solutions to center the site-name whith no success.
Can you help me with the css instructions to center the site-name?
The site is: http://www.houtzaagmolen-uitgeest.nl/
Currently the css is not compressed.
Comments
Comment #1
promesCurrently I support it with a margin-left.
The same question for the primary links.
Comment #2
satvision83 commented.
Comment #3
satvision83 commentedIn your website delete margin-left on h1#site-name a span.
and then on #header #site-name-slogan put float:none
Comment #4
promesThanks satvision83.
Again a step forward to correct css. It sometimes is very hard to know all preset definitions and current possibilities.
Still tinkering with the primary links... Anyone a solution?
Comment #5
satvision83 commentedDelete margin-left on
#navigation ul#main-menu li.first aand background color on#navigation ul#main-menu.And then:
Comment #6
promesThanks again satvision83.
I am very happy with your good advice and help.