This topic has 2 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hi,
I could change the hader background and paddings (top and bottom).
I want a different mobile header background on the mobile screen. But mobile header background is
using the picture I use for the big screen header backgorund. I couldn’t.
In summary, what I want to do is;
I want to use different images in the mobile hader background (480×200) and the normal header background (1902×200) and give them different paddings.
Thanks for now.
Hello,
Header padding can be changed in Theme Options > General > Header Settings.
To change bg image on mobile you can add this css code in Theme Options > Styling > Custom css > Custom css for mobile:
@media (max-width: 992px) {
header.header.main-header.header-bg-block {
background-image: url(url of your image);
background-size: cover;
padding-top: 20px;
padding-bottom: 20px;
}
}
Also, you can disable “Header overlap” for Home page if this is not required http://prntscr.com/k382k8
Regards
You must be logged in to reply to this topic.Log in/Sign up