Hi,
I would like to situate the logo centered on the top of the page and the navigation menu just under the logo. Is that possible? Can you help me to do it?
website: http://www.bielmcmillan.com
Thanks so much for your help!
Cheers.
Hi,
I would like to situate the logo centered on the top of the page and the navigation menu just under the logo. Is that possible? Can you help me to do it?
website: http://www.bielmcmillan.com
Thanks so much for your help!
Cheers.
Hi Gerard,
Though it is not working for me, at this moment, I used this code before (pasted below) and it did work. Not sure whether it has to do with the updates in WP and Propulsion. In any case, I though you may want to give it a try.
The code comes from the "layout.css" file, (wp-content/themes/propulsion/css/layout.css). Try the changes you want to make in the "Styling" page of the theme, under the "Theme Options" section, pasting the edited code in the "Quick CSS" field, at the bottom of the page, and leave the original untouched.
If I remember correctly, replacing "float: left;" with "float: center;" in both the logo and menu sections should do it. If this doesn't work, just wait for the guys that really know their stuff; coding is not "in my veins".... Best luck. ;o)
Nomar
____________
.logo, .left a{
float: left;
padding:0;
position: relative;
margin: 0;
display: block;
}
____________
.main_menu{
float: right;
position: relative;
top:39px;
z-index: 100;
padding-bottom: 1px;
}
.main_menu ul{
margin:30;
padding: 0;
}
____________
Hi Nomar,
Thanks so much for your help. I will try it later if that works for me. If not I will wait fot the guys. I don't know about coding, don't mind ;)
Wish you a fantastic day and thnaks so much again!
Gerard.
Hi!
@Nomar - thanks for helping us out.
@gerardjuher please report back if it worked (or not)
Best regards,
Peter
You must log in to post.