• Resolved mykilos

    (@mykilos)


    Hi,

    How do I set the slide in banner to take the full page width? Any css tricks?

    Best

    Tal

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

Viewing 1 replies (of 1 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @mykilos

    I hope you’re well today!

    While it’s not the most “elegant” solution (!important is not a good practice), it should do the trick according to my tests on my own setup:

    .hustle-slidein.module_id_7 .hustle-slidein-content,
    .hustle-ui.hustle-slidein .hustle-slidein-content > [class*="hustle-"]
    {
        max-width:100%!important;
        width:100%!important;
    }

    However, I think you might have a custom size option enabled in “Appearance” settings of the slide-in. Is it on? If yes, the code might not work so try disabling it (and, if necessary, adding “height:” to this CSS to adjust slide in height).

    Give it a try, please, and let us know if it worked for you.

    Kind regards,
    Adam

Viewing 1 replies (of 1 total)
  • The topic ‘full width slide-in’ is closed to new replies.