Remove Extra Padding between controls on Home Page

Hi,

My main home page is located at http://www.planetcomic.com.  Is there a way to remove the extra padding between controls?  I have a Hover_Color for the title, and then a Blog (1 item), and then another Hover_Color with a Blog (4 items). Seems like there is a lot of extra space between the controls.

Enclosed is a screenshot image with highlighted areas in Yellow.

image

Thank you.

Comments

  • Hi,

    this is the margin for columns and if you want to remove it, you can do this with below css:
    .column, .columns { margin: 0 1% !important; }
    but remember that this will remove margins for all columns on all pages. But to remove padding between posts, please use below css:
    .post-item { margin-bottom: 0 !important; }
Sign In or Register to comment.