Site logo

Archived topic

Sidebar width to 300px

9 replies · Started by Huseyin on May 4, 2020

Viewing posts 1–10 of 10

Hi Generatepress Team

I know there are so many tickets for sidebars, tried all of them none of them helped me.

So I need to have a sidebar of 300px in width, for adsense ad. Currently the container width is set at 1100px.

Hi there,

try this CSS:

@media (min-width: 769px) {
    .right-sidebar .site-content {
        display: flex;
    }
    .right-sidebar #right-sidebar {
        width: 380px;
    }
    .right-sidebar #primary {
        flex: 1 0;
    }
}

note in the code width: 380px; its set to 380px as your Sidebar padding is set to 40px.

I'm not seeing David's CSS being added.

How are you adding it?

Are you using any caching plugins?

Solved it, just moved the CSS to the top and it worked

That means you have some CSS syntax errors which stop the code below the error from executing.

How could I solve the CSS syntax errors? please thankss

legend, fixed few errors thank you, Leo

No problem :)

This archived topic is closed to new replies.