Tagged: Blog, enfold, format, horizontal, sidebar
Hi.
When I have a sidebar, the blog looks like this, and the sidebar just shows empty at the bottom.
https://imageshack.com/i/ngpxphp
When I remove the sidebar, the blog looks all centered, with the thumbnail on top.
https://imageshack.com/i/0vti8kp
I’d like it to keep looking like the one with the sidebar, but without the bottom sidebar.
Also, is there a way to have a box that includes the thumb and the information, in order to help make text readable so that I can have a complete background image?
Thanks.
Hi,
Can you post the link to your website please?
Regards,
Josue
Any ideas? :(
Hi!
Activate the sidebar and the add this to the Quick CSS:
.page-id-119 .sidebar{
display: none;
}
Best regards,
Josue
Hey!
Try using this code instead:
.page-id-119 .sidebar{
display: none !important;
}
Best regards,
Josue
Added it. It hid the text showing into the sidebar, but the space with the divisions still show at the bottom,between the blog posts and the footer. :(
Hey!
Please add following code to Quick CSS as well
.page-id-119 #after_section_1 {
display: none!important;
}
Regards,
Yigit
That worked this time. Thanks to both.