AdWord insert

Home Forums Jevelin Theme AdWord insert

Home Forums Jevelin Theme AdWord insert

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • daptee
    Participant

    Hi how re u? I’m inserting google AdSense with plugin AdInserter. Everything is fine and all the ads go well, but at the category pages, i want to insert a banner before content (post list), but this banner go behind the content, and not at the top.

     

    I attach a print for better understanding.

     

    Hope ypu can help me. Thanks!

    Attachments:
    You must be logged in to view attached files.

    Hi @daptee,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?

     

    Best regards,
    Shufflehound team

    daptee
    Participant

    Hey, thanks for reply me!

     

    Here one of my link that not showing the ads correctly:

    http://soyfutbolero.com/category/noticias/

     

    Occurs in every category page.

     

    Wait your reply. Thanks!

    You have to add the ad code out side sh-group tag on category archive pages or you can display the ad just below the titlebar on category archive pages by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .archive.category .sh-group.blog-list.blog-style-masonry .code-block{
        position: absolute;
        top: -128px;
        z-index: 9999999;
    }
    
    .archive.category  #wrapper {
        overflow: visible;
    }
    
    .archive.category #wrapper > .sh-page-layout-default{
        padding-top: 110px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)