Before you ask please READ THIS

How to move the search bar on the right and the mobile menu button on the left

edited February 2015 in Fame Posts: 8
Hello, I purchased the theme, how can I move the search bar on the right? Can you give me a css rule to do it? After that moving, I also want in the mobile version the menu button on the left. Can you help? Thanks.

Tancredi

Comments

  • AirAir
    Posts: 10,970
    Hi there:-)

    More details would be useful, like what type of header layout you have choose. Can you show live link to your site?

    With kind regards.
  • Hi! I choose the header variant 2 (logo center). Now the site is not online but if you need i can put online tomorrow. Let me know. Thank you!

    Kind regards.

    Tancredi
    Schermata 2015-02-02 alle 22.48.18.png
    1427 x 742 - 1017K
  • AirAir
    Posts: 10,970
    If you wont use woocommerce then this change will not complicate anything :-) So please use this custom CSS:
    .header-centered-logo .search-container{
    right: 0px;
    left: auto;
    }
    @media only screen and (max-width: 1120px) {
    .header-centered-logo .search-container{
    right: 20px;
    left: auto;
    }
    }
    @media only screen and (max-width: 680px) {
    .header-centered-logo .search-container,
    .header-centered .search-container{
    right: 10px;
    left: auto;
    }
    .menu-opener {
    left: 10px;
    }
    }
    With kind regards.
  • Thank you very much! Best regards.

    Tancredi
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!