Hi,
I've just upgraded to abundance version 1.5. The sidebar in my blog used to be hidden, but now its showing again and its being pushed to the bottom of the page. What is the CSS used to hide the blog sidebar?
Thanks,
Lawrence
Hi,
I've just upgraded to abundance version 1.5. The sidebar in my blog used to be hidden, but now its showing again and its being pushed to the bottom of the page. What is the CSS used to hide the blog sidebar?
Thanks,
Lawrence
Hey!
Add following code to css/custom.css:
.blog .container .sidebar{
display: none;
}
Regards,
Peter
Thanks Peter,
Worked great!
Regards,
Lawrence
Hi Lawrence,
Glad that Peter helped you. :) I marked this as resolved. :)
Cheers,
Ismael
This topic has been closed to new replies.