This topic has 2 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Jack Richardson
Hi,
I would like to blog and blog categories looked the same(without sidebar). How can I fix it?
In Private Content I added urls.
Best regards,
Tomek Michalski
Hello,
Try to add the following css code in custom.css:
.category .sidebar_left {
display: none !important;
}
.grid_content.with-sidebar-left {
width: 940px !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up