Hi Guys. Id like to set my single-post template (with widget-bar) on width:100% (no borders at all). This worked very well with the pages. Could u help me please.
Thanks
Marcelo
Now like this
Should be like this
Hi Guys. Id like to set my single-post template (with widget-bar) on width:100% (no borders at all). This worked very well with the pages. Could u help me please.
Thanks
Marcelo
Now like this
Should be like this
Hi,
Can you share a link to the page you need help with, so I can take a direct look and inspect the trouble?
Regards,
Kharis
aThemes Support
Hi Kharis. Thank u. Its not about a specific Site or error. Ita about the (sydney) template of the blog post (s. screenshots).
With your help i coul change the pages width to 100% Now id like to do this withe single blog posts.
Id like simply any border / space / margin / padding between my images / content an the frame (s. sctreenshots)
Thank u so much.
Marcelo
It looks now like this
Hi,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
@media only screen and (max-width: 767px) {
#primary.content-area.col-md-9 {
padding-left: 0;
padding-right: 0;
margin-left: -15px;
margin-right: -15px;
}
}
Regards,
Kharis
aThemes Support
Great. Thank u so much Kharis!!!
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis
aThemes Support