[Solved] Remove blank space in WordPress theme
I’ve looked a bit over your website. Firstly, you want to remove the 170px right-margin from .content. Than you can edit the width of .sidebar-primary to fit in the space. @media all and (min-width: 1140px) { .site-container .content { margin-right: 10px; } .site-container .sidebar-primary { width: 330px; } } As a sidenote, I noticed your … Read more