-
AuthorPosts
-
December 13, 2014 at 11:07 am #164023
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!
December 13, 2014 at 11:43 am #164024Have tried this method.
.x-navbar .x-brand {
position: absolute;
left: 0px;
}.rev_slider_wrapper {
clear: both
}But to no avail.
December 13, 2014 at 9:55 pm #164168Hey there,
Please give us access to your WordPress admin so we could see your current slider setup and give you the solution.
Thanks.
December 21, 2014 at 6:39 am #168330This reply has been marked as private.December 22, 2014 at 2:30 am #168692Hi 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
December 22, 2014 at 11:43 am #169031Hi! 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?
December 22, 2014 at 11:29 pm #169517Hi,
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. 🙂
-
AuthorPosts