how do i remove rows underneath my top main menu and above footer

Posted in: Newspaper
Post count: 7

hi there is a space in between the bottom of my header menu as well as above my footer. how do i remove this?

also, for my mobile site, how do i make an option to have it in full site page layout and not mobile site. at the bottom is shows “view mobile site”

thanks!

Post count: 20688

Hi,

Please provide a link to your website and more details about the space that you want to remove, so I may give you a more accurate solution.
If you would like to display the same desktop content on mobile, you just have to disable the mobile theme plugin. The theme is fully responsive and adapts to all screen sizes. More about the mobile theme here
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Post count: 7

Hi Simion,
the website is yourwellnesslibrary.com.
thanks for your help.

Post count: 20688

Hi,

You can use this code that will remove the padding set on top of the page, as well as the bottom padding
https://www.screencast.com/t/TgF71sWIoo
The code must be entered in Theme panel->Custom Css

.td-main-page-wrap {
padding-top: 0;
padding-bottom: 0;
}

Thanks

Post count: 7

thank you Simion, it worked!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.