Reduce space between posts and sidebar?

How do I do that? I’ve changed most of the spacing, but I can’t find how I reduce this space even thou I’ve searched the forum.

Also the menu doesn’t work in mobile view? Maybe I’ve messed something upp with all the extra css I’ve added.

http://www.johlsson.se/wordpress/

Hello there,

I hope you are doing well today.

You can use the following CSS code to reduce the space between the post and the sidebar by going to Appearance > Customize > Additional CSS and pasting it there.

/*Reduce space for the posts*/
.main-content-inner.col-sm-12.col-md-8 {
    padding-right: 0;
}

/*Reduce space for the sidebar*/
div#secondary {
    padding-left: 0;
}

Have you made any CSS changes to the menu?

Best Regards,
Support

Great! Thanks for the superb support!

Yeah, I have reduced the hight of the header/menu.

Removed the changes of height and padding in the menu and now it works. I can live with that :slight_smile:

You are always welcome here :slight_smile: