Dear, I’m finishing designing a blog.
I need you to pay for categories, do not show the sidebar:
Categories: http://www.saray.demosweb.net/wp1/actualidad/laboral/
I need it to look the same as the blog page: http://www.saray.demosweb.net/wp1/actualidad/
While I managed to hide the sidebar, I managed to enlarge the blocks and focus the elements, could they help me?
One detail, this should only affect the categories page, but for example when entering a blog post, the sidebar should continue to be seen, for example: http://www.saray.demosweb.net/wp1/ciberseguridad-ransomware-y-software-en-la-nube/
I hope they can help me.
Thank you
Hey buscoseo,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.archive.category .container .av-content-small.units {
width: 100%;
}
#top.archive.category #main .sidebar {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria