Quantcast
Channel: Left Align Top Menu
Browsing all 6 articles
Browse latest View live

Left Align Top Menu

I am trying to modify the base theme to align my top menu to the left. Nothing I've done seems to be working. This is the latest relevant code: #top-bar { margin:0px; padding:0px; float:left;}

View Article



Re: Left Align Top Menu

Looking at your site at http://therastrya.wikidot.com the menu is aligned to the right. But I recommend you add a width to your #top-bar rule and also you can bring the menu from the far right very...

View Article

Re: Left Align Top Menu

Another suggestion: you've put your css on a page called css:theme inside a css module but then import it into the page admin:themes using the @import rule. Just to tidy things up a bit I would put...

View Article

Re: Left Align Top Menu

I accidentally said "right" in the text of my question and I meant left. As for the import, I read somewhere that that was a better method than keeping it in admin:themes for some reasons I can't...

View Article

Re: Left Align Top Menu

OK so if you want to align it to the left I suggest you changfe your CSS to the following: #top-bar { left: 17em; width: 50%; } That will compensate for the sidebar on the left and adds a width which...

View Article


Re: Left Align Top Menu

This was exactly what I needed. Thank you for your help.

View Article
Browsing all 6 articles
Browse latest View live




Latest Images