Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17662
    Felix
    Member

    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:

    menu on the right

    Thanks a bunch for your help!
    Take care,
    Felix

    #17669
    Sakin
    Keymaster

    @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; } }

    #17672
    Felix
    Member

    Hey Sakin,

    thanks for your help! I’ll keep it in mind for next time! 😉

    Cheers
    Felix

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Can I have a right-aligned menu?’ is closed to new replies.