• Resolved wafiqsyed

    (@wafiqsyed)


    Hi,
    I have a transparent sticky header across my site. It conflicts with the content of a single ad post.
    Is there anyway I can add padding/margin of 120 px to the top of single ad posts?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    sure, you should be able to do that by adding the code below in wp-admin / Appearance / Customize / Additional CSS panel

    
    .single-advert main.site-main {
        margin-top: 120px;
    }
    
    Thread Starter wafiqsyed

    (@wafiqsyed)

    That did the job, thanks Greg!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Header Padding for Single Ad’ is closed to new replies.