Tagged: menu
- This topic has 2 replies, 2 voices, and was last updated 10 years, 11 months ago by Felix.
-
AuthorPosts
-
November 26, 2013 at 10:29 pm #17662FelixMember
Hey guys!
Good forum, I’m happy there’s so much support! Maybe you can help me with my issue: I’ve been fiddling around with the Mustang template (changing some of the style.css aswell to make it fit our needs and also added your code to the custom css area to make the menu stay the same height on homepage and other pages).Now what i would like to have is that the menu buttons should be on the right instead of aligned to the left. The absolute perfect scenario would be to have it look like in this image:
Thanks a bunch for your help!
Take care,
FelixNovember 26, 2013 at 11:44 pm #17669SakinKeymaster@Felix: Please don’t modify core theme files such as style.css, index.php, functions.php and so on. As all the modification made in core theme files will be reverted back to original when you update the theme.
So, if you have simple modification of css then you can use “Custom CSS” box. But if you have large css to be modified or even want to modify the function then you need to build child theme and add the css and functions you want.
@media screen and (min-width: 768px) { #access { float: right; } }
November 27, 2013 at 12:24 am #17672FelixMemberHey Sakin,
thanks for your help! I’ll keep it in mind for next time! 😉
Cheers
Felix -
AuthorPosts
- The topic ‘Can I have a right-aligned menu?’ is closed to new replies.