• Resolved scaramia

    (@scaramia)


    The slider developer told me that the this plugin’s padding:0 important! is making the slider stick to the top of the page, behind the header.

    I’m using a PowerPack slider in Beaver Builder.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • On a related note, I think, I would like to add a little padding with em values to the sides of Full Width Template. Is there a snippet of CSS I can add to my Custom CSS to accomplish this?
    Thanks!

    Plugin Author Nikhil Chavan

    (@nikschavan)

    Hello @scaramia,

    This plugin forcefully removes all the padding being added from theme’s. This has been shipped since v1.0 of the plugin and it will be difficult to change this at this point.

    In your case you can add this custom CSS to fix this –

    
    @media (min-width: 990px) {
        .fpt-template.page-id-47 {
            padding-top: 178px !important;
        }
    }
    
    

    Here is a doc which explains how you can add custom CSS to your site – https://wpastra.com/docs/adding-custom-css-code/

    Plugin Author Nikhil Chavan

    (@nikschavan)

    Hello @ramthesunlover,

    You can add padding using this custom CSS –

    
    .fpt-template {
        padding: 20px !important
    }
    

    Thank you for this thread! I was having a hard time figuring out why my menu drop downs were not showing!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slider slips under header’ is closed to new replies.