Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1857557
AdSense
Closed

Comments

  • neurat started the conversation

    Hi,

    1. Is there a way to reduce the space between the adsense ad and the listed categories in mobil view? (on homepage under the slider)

    2. Is it possible to place ads between the categories on homepage or between posts on archive pages? This function would be great.

    Thanks a lot!

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please try add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 480px) {
    .penci-adsense-below-slider{ margin-bottom: 20px; }
    }
    

    2/ Yeah, you can. Example if you want to put the ads below category:  Hochzeitskarten on the homepage.

    Let's go to Posts > Categories > edit category "Hochzeitskarten" > and put the ads to "Add Google Adsense Code/Custom HTML below this category"


    Best Regards,

    PenciDesign

  • neurat replied

    Thanks a lot! That works fine.