Hello,
My website never uses sidebars and is boxed. On my home page I use an accordion slider, on top of which I would like to put a full length image.
I used Quick Css to change the padding around an image on the home page:
.content, .sidebar{
padding-top:0px;
padding-bottom:0px;
}
There are still a 50px margin around of the container class, which I don’t need on this page, but I would like to continue to use on the other pages. Is it possible to do that without affecting the other pages’ layout?
Hi alteregousa!
Please add following code to Quick CSS as well
.home.boxed#top {
width: 100%!important;
}
Cheers!
Yigit
Thank you Yigit for your really fast reply.
I just added your code, but things seem getting worse.
With your code the home is not boxed anymore and worse I have a fuzzy right margin (!).
Here is a link of the image of my desired layout:
http://thebasso.com/wp/wp-content/uploads/2014/06/homes.jpg
Hey!
As far as i know, you can’t have a full width element on a Boxed layout, you’d need to change that setting.
Best regards,
Josue