Mobile Header ad spacing

Posted in: Newspaper
Post count: 62

On mobile theme I have a header ad, but there is some white space above and below. I would like it with no space. How can I do it?

mobile header ad white space

Second related question is – How can I check the CSS for mobile theme so I can customize a few CSS things? With regular theme I would go to Chrome on my desktop PC and do Ctrl+Shift+I

My website is https://atma.hr/

Post count: 27744

Hello,

To remove the space, you need to use a custom code CSS => https://www.screencast.com/t/Hqo28jXFxM

.td-a-rec-id-header_mob
{
margin: auto;
}

Set the code in Theme Panel -> Mobile Theme -> Custom Code => https://www.screencast.com/t/St204VtFl3NU
You can inspect the mobile theme as you did for the PC, select the Toggle device toolbar https://www.screencast.com/t/uRjvUM0No57e and refresh the page and you will see the mobile theme version.

Thank you!

Post count: 62

Thank you for the solution.

The second part I didn’t refresh the page, that’s why I could get the mobile version.

Now it’s all good!

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