Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #164023

    lovetyh
    Participant

    Hi,

    Im setting up my homepage using the Renew style with boxed up layout. Im trying to do the layout similar to Renew 8. However, the Revolution Slider is not centralise and if i adjust the width, it will extend to the right while leaving a gap on the left. Please advise on how should i solve this problem.

    Thank you!

    Revoluntion Slider page

    Homepage

    #164024

    lovetyh
    Participant

    Have tried this method.

    .x-navbar .x-brand {
    position: absolute;
    left: 0px;
    }

    .rev_slider_wrapper {
    clear: both
    }

    But to no avail.

    #164168

    Christian
    Moderator

    Hey there,

    Please give us access to your WordPress admin so we could see your current slider setup and give you the solution.

    Thanks.

    #168330

    lovetyh
    Participant
    This reply has been marked as private.
    #168692

    Kosher K
    Member

    Hi There,

    Your issue is probably because you have added the slider to a page the uses default template,

    The default template has a specific max width and percentage width. you need to use a template without a container to the content width will be the same as your site width,

    I have created a sample page in here -> http://www.tuitionize.com/slider-test-page/ using no container template and you can see the slider is in correct position.

    Hope that helps,

    Have a great day

    #169031

    lovetyh
    Participant

    Hi! Thanks for your help! i have changes the template accordingly but it seems that the footer is still off alignment. Is it due because it put it in the widget? In that case, how do i solve the problem?

    #169517

    Paul R
    Moderator

    Hi,

    To fix the alignment, you can add this under Custom > CSS in the Customizer.

    
    .x-colophon.top .x-container-fluid.width {
         width: 100%;
    }
    

    Hope that helps. 🙂