Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1002226
    micahcarp11
    Participant

    Im trying to get a revolution slider to work with you Icon theme side bar, but it doesn’t fit the page when i put the slider on auto like there is some extra padding i’m missing. Then when I change it to full width it is to large and goes underneath the side bar any suggestions? My goal is to get the slider to match side by side with the side bar like the icon 3 demo.

    #1002554
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1007709
    micahcarp11
    Participant
    This reply has been marked as private.
    #1007861
    Joao
    Moderator

    Hi There,

    The link above provided does not seem to be working.

    Could you please verify if it is correct?

    Thanks,

    Joao

    #1007895
    micahcarp11
    Participant
    This reply has been marked as private.
    #1008110
    Jade
    Moderator

    Hi Micah,

    Please try to disable the Column Container option of the section in Cornerstone.

    #1008238
    micahcarp11
    Participant

    Still stretching passed the menu

    #1008492
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .page-id-8274 .fullwidthbanner-container {
        margin-left: 250px !important;
    }

    Let us know how this goes!

    #1009003
    micahcarp11
    Participant

    It works for the larger screens, but for smaller screen sizes when the side bar goes away the slider is not big enough.

    #1009083
    Paul R
    Moderator

    Hi,

    To fix it on smaller screens, you can add this under Custom > Edit Global CSS in the Customizer.

    
    @media (max-width: 1200px) {
    .page-id-8274 .fullwidthbanner-container {
        width: 100% !important;
        margin-left: 0 !important;
    }
    }
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1002226 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>