i like the vertical space on the desktop version,,, but on the mobile i want the space shorter, keeping the original space for the desktop version. how do i do that? thanks
This topic has 2 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Rose Tyler
i like the vertical space on the desktop version,,, but on the mobile i want the space shorter, keeping the original space for the desktop version. how do i do that? thanks
Hello,
Please add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.page-content.sidebar-position-without.sidebar-mobile-bottom {
margin-top: 0;
}
.wpb_revslider_element.wpb_content_element {
margin-bottom: 0;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up