Remove white space on category page

Posted in: Newspaper
Post count: 127

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?

  • This topic was modified 9 years by Ginfox.
  • This topic was modified 9 years by Ginfox.
  • This topic was modified 9 years by Ginfox.
Post count: 127

Help me please…..

Post count: 23312

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!

Post count: 127

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.

Post count: 20688

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

Post count: 127

Perfect, it works!!!!
Thanks

Post count: 127

And for only reduce it?
Thanks…

Post count: 20688

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

Post count: 127

Thanks!!!

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.