• Resolved JSallette

    (@juliet-sallette)


    First and foremost, Thanks for creating such a great slider. It really does a lot of cool options out the box. I wanted to try the free version to make sure that it did basic things well before I purchased it.
    Here is my issue:
    The full width option is not working for me on my home page.
    I followed the video and tutorial for set up and it is still not giving me a full width slider on my site.
    I also tried by putting the slider on an inner page to see if it was just the home page that was causing the issue. It still did not give me a full width slider.

    Note: I disabled all my plugins one by one to see if there was a conflict. I also deactivated all plugins and kept only the metaslider active.

    Please see the demo site I am creating to see the issue with the metaslider not going full width.
    Thanks for your help or suggestions in this matter.
    Love the plugin, other than the issue I am having.
    Thanks

    • This topic was modified 2 years, 12 months ago by JSallette. Reason: deactivated all plugins to see if there was a conflict

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

Viewing 1 replies (of 1 total)
  • Hi,

    Your theme is preventing MetaSlider from going full width. The slider is getting wrapped by a container with a max width of 960px resolution.

    Adding the following CSS code below should do the trick. However, I can’t guarantee you that this won’t cause any style issues from your theme as we have no knowledge on how your theme is built.

    .front-page-6 .widget-full .wrap {
    	width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    Alternatively, you can contact your theme developer and ask some guidance on how to use a shortcode / block and display it in a full width.

Viewing 1 replies (of 1 total)
  • The topic ‘Full Width not working – MetaSlider’ is closed to new replies.