Good evening, I would like to remove the white space in my category.
I’ve already been removed from homepage with the following code:
.td-main-page-wrap {
Padding-top: 0;
Padding-bottom: 0;
}
How can I do the same thing on category pages?
Thanks and good work and compliments for this beautiful theme.
NB:How can i put pictures in the forum?
Hello Ginfox,
You should use the Jing tool or simply attach the image from here -> https://www.screencast.com/t/wTNAPaq5Ivqg Also, provide your website so I can take a closer look at it and also, so I will be able to provide a more accurate response.
Thanks for the message!
Hi, thanks.
This is my website:
http://www.pcusb.it
This is my problem:

I need remove space in all pages of my website if possibke,thanks.
Hi,
For the category pages you could try a code like this
– https://www.screencast.com/t/LNXz1259
The code must be entered in Theme panel->Custom Css
.category .td-category-header {
display: none;
}
Thanks
Hi,
You could modify the margin, padding or other properties and reduce them
– https://www.screencast.com/t/vIYztxxWNYJ
Or even set a negative top margin with the value you want
– https://www.screencast.com/t/0UDNZpnrboPm
I tried accessing your website but it seems to be in maintenance. You could try to create a code that you can use in the theme panel. Here is a link to a guide explaining how to use the browser inspector to identify the elements on the page and their classes – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
You can test different modifications live and see how they will look on your website.
Thanks