• Resolved Fredius

    (@fredius)


    Hi, when I see my website https://www.eckkies.nl on a mobile phone the hamburger menu and the search function are below each other and it takes about 20% of the screen. Can I change this so that the search function is next to the hamburger menu? Now you can not see the whole starting page background. I use the Evolve theme. See this picture: hamburger and search function

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Try the following in Theme Options -> Custom CSS

    @media screen and (max-width:768px){
    .primary-menu {
      width: 100px !important;
      float: left !important;
      position: relative;
      top: 5px !important;
    }
    .searchform {
      float: right !important;
    }
    .dd-options {
      width: 300px !important;
    }
    }
    

    Thank you

    Thread Starter Fredius

    (@fredius)

    Hi Denzel, this is great and it is better this way. The main picture is still not completely showing. Is the best way to change this to make the header pic smaller? It is now 1200 x100.
    Or can I put all the Social media links in the footer? Thank you so much for your help.

    Hi,

    The setting for adjusting header height is in Theme Options -> Header -> Header Padding

    Make adjustment to first and third value to increase header height, so that it reveals more header background image.

    Thank you

    Thread Starter Fredius

    (@fredius)

    Hi Denzel, I don’t seem to have this option. See picture. I am working with version 3.6.4 of the Evolve theme header

    If you can solve this you make me a happy man ??

    Hi,

    I don’t seem to have this option. See picture.

    Where is you picture?

    Did you install reduxframework plugin?

    Thank you.

    Thread Starter Fredius

    (@fredius)

    I have installed this but plugin. But still no succes. I will leave it this way for now. Thank you for your help.

    Thread Starter Fredius

    (@fredius)

    Hi Denzel, your codes had worked before but as you look at my hamburger menu you will see that it is shifted. The search box is not at the same height as the menu. And that is what I had. And want. What can I do?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘hamburger menu and search’ is closed to new replies.