The sidebar, header and nav are non-responsive on a smaller screen resolution (I know 1280×768 does it)
The header is pushed far off to the right, the sidebar goes below the content (when the screen is smaller) and 2 nav items go below the rest of the main nav bar (when the screen is smaller). The website URL is http://autopromn.com/
Hi sparkeeey!
Thank you for using the theme!
The layout that you’re after won’t work without further customization within the theme. You might need to hire someone to do the header for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page. As a workaround, you can do the following. First, remove the css snippet that you added for the header background. Apply the background image on Enfold > General Styling > Header tab > Background Image. After that, go to Enfold > Header Layout > Header Size. Select custom pixel value and set it to 173px. Add this on Quick CSS or custom.css:
#header_meta {
display: none;
}
strong.logo.bg-logo {
display: none;
}
div#header_main_alternate {
top: 36px;
border-top: 1px solid #ffffff;
}
#header_main {
border-bottom: 0;
}
This layout won’t work for fixed headers. As we said, you need to hire someone because this particular request or modification is beyond the scope of support.
Regards,
Ismael
Hi Ismael,
I’m going to try to take this in a different direction. I saw in another post that you can add text to the header by adding a line of code but it was below the logo. Can you let me know how to add text to the right of the logo?
Thanks!
Hi!
Please refer to my post here – https://kriesi.at/support/topic/how-to-add-phone-number-to-header-2/#post-269074
Cheers!
Yigit