Sam
(@soumendra)
Hello n1vag,
Please share the link to your site so that we can help you better regarding that.
looking forward for your reply.
Thank you.
Thread Starter
n1vag
(@n1vag)
Hi Sam,here is my web site
The content at Homepage can’t be full width,
my website’s limit width
I want it display like Tora’s Demo
Tora’s website
thank
-
This reply was modified 9 years, 6 months ago by
n1vag.
Sam
(@soumendra)
Hello,
For making the homepage full width you can try adding this in your Custom CSS:
[ Moderator note: link redacted, please do not send people to your site that way. ]
.home .container {
padding: 0;
width: 100%;
}
.home .hentry {
margin: auto;
padding: 0 !important;
width: 100%;
}
.home .panel-grid {
margin-left: 0 !important;
margin-right: 0 !important;
}
.home .panel-grid-cell {
padding-left: 0 !important;
padding-right: 0 !important;
}
.home .so-panel {
padding-left: 0;
padding-right: 0;
}
.home .so-panel img {
width: 100%;
}
Hope that helps.
Thank you.
Thread Starter
n1vag
(@n1vag)
Thanks Sam it’s worked !
Can This work in any pages if I add it on their custom css? not only homepage?
-
This reply was modified 9 years, 6 months ago by
n1vag.
Sam
(@soumendra)
Hello,
The above code is only for the home page.
But if you want we can give you CSS code for all pages.
Thank you.