smartbanner
-
I have a smartbanner at the top of my pages that links to the app store for a mobile app. I have found that the menu plugin creates padding equal to the size of the header bar at the top of the page. This doesn’t work with my smartbanner as it is still covering the link to the app store. Is there a way through custom css that I can change the
“.mobmenu-push-wrap, body.mob-menu-slideout-over {
padding-top: 60px; }”to
.mobmenu-push-wrap, body.mob-menu-slideout-over {
margin-top: 60px; }I have tested it through the developer mode and it solves my problem.
The page I need help with: [log in to see the link]
The topic ‘smartbanner’ is closed to new replies.