Create space between article inline ad and article text

Posted in: Newspaper
Post count: 5

Hi!
How can I create some space between the ads and article content especially on desktop?

Post count: 20688

Hi,

Depends, there are a couple of ways you could try. Are those Adsense ads or other kind of ads? If possible post a link to the website so I can give it a try.

Thanks

Post count: 5

Hi Simion,
Thank you. Its non Adsense. Here is an example link: https://kawowo.com/2019/06/18/desabre-focused-on-improving-ugandas-afcon-showing/

Post count: 2

Hollo,

Mobile menu Do not show submenus What to do

Example:
Home
– ???
Photo
– ????

Thank.
Kung

Post count: 20688

A code like this will add a margin to the right of the inline left ads
http://prntscr.com/o3wa5s
It can be entered in the theme panel->custom CSS section (you can modify the the value of the margin if needed)

.td-a-rec-id-content_inlineleft {
margin-right: 15px;
}

Regarding the drop-down arrows on mobile, this is a bug in the theme after the last update. It is a CSS issue that will be solved for the next update. The quick fix is to enter this code in the same location as mentioned above. It will fix it
http://prntscr.com/o3wf1j

.td-mobile-content .td-icon-menu-right {
display: inline-block;
}

Sorry for this inconvenience.

Let me know if you have more questions.

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