Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #863280

    Hi,
    I have some problem with button, i can fix it to be centered and in menu header of mobile i want the search icon litle bit large and be responsive …

    mobile
    desktop
    mobile header

    And if possible i want to insert on other page 2 buttons and i want to be centered / inline.
    The site in for the momment in maintenance but i leave the credentials if you need it.
    Regards,

    • This topic was modified 7 years, 1 month ago by bobbysap.
    #863394

    Hey bobbysap,

    We cannot see the screenshot, can you upload them to Dropbox or https://imgur.com/upload and give us the links here.
    Here is the code, thta will make the search bigger and make the burger menu show till 1024px. You can put it in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special, #menu-item-search {
        display: block;
      }
    }
    #top .menu-item-search-dropdown > a {
        font-size: 25px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #863410

    Hi,
    Here is the link:
    https://imgur.com/a/VCFS1

    #863452

    Hi bobbysap,

    This is for the menu overlapping the logo:

    
    @media only screen and (max-width: 767px) {
      .responsive #top .logo {
        width: 70%;
      }
    }
    

    And I am seeing the text centered in those boxes. Could you please clear the cache, check again and get back to us.

    Best regards,
    Victoria

    #863554

    Thank you very much, is perfect!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Button centered / header search icon large /’ is closed to new replies.