Design theme
-
I’m using my themes + the native mobile theme to generate the application. On the home page, I don’t intend to leave any additional menus, so I hid it with css. On the second page, I let a toolbar appear as shown in the image. however, a blank space is appearing and I would like to remove it but I am not getting it.
my site is fully responsive, i need to remove these blanks. I’m using additional css in the plugin settings (on the app – custom css)
.navbar, .md .ptr-preloader { display: none; } .md .navbar ~ * .page-content, .md .navbar ~ .page-content { padding-top: 0px;} .md .toolbar-bottom-md.tabbar-labels ~ * .page-content, .md .toolbar-bottom-md.tabbar-labels ~ .page-content { padding-bottom: 0px;} .page-id-3434 .tabbar-labels { display:none;}
my website is: https://foodjardim.com.br/
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Design theme’ is closed to new replies.