Viewing 10 reply threads
You must be logged in to reply to this topic.
Hi, I am using the tower theme with the Construction dummy content and a boxed layout. I have set the Page Container Width with percentage to 94% but there is an image that I want to be full width, could you advise how I would go about doing this?
Thanks in advance for your help.
Hello,
You can use custom css to change that elements styling. If you want our help with it, then send us a link where is this.
Best regards!
Hello,
Please add this code into your custom css box:
.vc_custom_1467983468898, .vc_col-sm-12 {
width: 106.5% !important;
margin-left: -35px !important;
}
@media (max-width: 480px)
.container { max-width: 325px !important;}
}
Edit the values to your wish.
Best regards!
Hello,
Check the height of the slider a t revolution slider settings. The resized for responsive image height is smaller than the height set at slider settings.
For the other space, you must set the padding bottom at row settings.
Best regards!
Hi Ruco, thanks for your reply. I have tried setting the padding to the row settings but this has no effect on mobile?
For the desktop view I have set the padding of the actual images and text which works for the desktop but not mobile.
Any ideas?
Thanks
Hello,
Did you manage to fix it? I don’t see any white spaces on header/images.
Let us know.
Regards!
Hi Kris, yeah I managed to fix it by adding custom css into the Visual Composer settings for the page and it fixed it. Thanks
You must be logged in to reply to this topic.