Tablet and mobile UI problem (white space at top)

Posted in: Newspaper
Post count: 9

Hi there,

I have two issues I’m looking to solve.

1) At the top of both the tablet and mobile view of my website (www.IntroWellness.com), there is a white space between the top of the page and the black space where the logo is located. How do I fix this?

2) I’d like to change the color around where the logo is located. How do I do this?

Post count: 20688

Hi,

1. That is the page padding, similar to desktop but smaller
https://www.screencast.com/t/rgkmUFKzzT
It could be removed by entering this code in the theme panel advanced CSS section, in the phones and tablet fields
https://www.screencast.com/t/cca9VqHp7pPZ

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

2. There is a setting for the mobile menu background color
https://www.screencast.com/t/mjju2gutkK

Thanks

Post count: 9

Awesome! And, to confirm, since I’m using Google Adsense, the white space ABOVE the main logo is where ads may or may not show up, right?

Post count: 20688

There is currently an ad present in that location from what I can see
https://www.screencast.com/t/9h4XSxSjLhc9
On mobile that is where the header ad is displayed when using header style 1.

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