Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1118183

    gabriellavanrij
    Participant

    Hi, there,

    I’m trying to place a revolution slider in cornerstone. But there’s padding to the left and right on my screen. How do you make sure that the slider resizes properly across all screens (with no visible padding)?

    http://gabriella.global/tryout/

    Thanks for your help!

    I’m using a child theme of X 4.6.1.

    #1118279

    gabriellavanrij
    Participant

    Also, how do you lose the padding on the right and left side for the videos? Thank you!

    #1118486

    Lely
    Moderator

    Hi There,

    Upon checking, the URL you have shared is page not found. To remove padding on the slider, please select FULL WIDTH under Slider Layout.

    For the video, please do share your page URL with video.

    #1119449

    gabriellavanrij
    Participant

    OK. It should be visible to you now.

    I’ve selected “full width” for the first slider, but it’s still showing the same, even after flushing the cache. Also, if you could let me know how to make the video URL full width, that would be great. Thanks.

    #1119890

    Rue Nel
    Moderator

    Hello There,

    Thank you for the clarifications! Please edit your page again in Cornerstone and click on the row settings. You need to disable the column container.

    If you need anything else we can help you with, please let us know.

    #1120477

    gabriellavanrij
    Participant

    Thanks! That worked. But how do you do the same thing for YouTube videos? I still have padding on either side of the YouTube embeds and that setting doesn’t appear for the video section.

    http://gabriella.global/tryout/

    Thank you so much!

    #1120774

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .page-id-2535 #x-section-4 .x-container.max.width {
        max-width: 100%;
        width: 100%;
    }

    Hope it helps 🙂