Archived topic
Sidebar width to 300px
9 replies · Started by Huseyin on May 4, 2020
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.
Could you have a check? it's not working
URL https://wordpress-394091-1251842.cloudwaysapps.com/how-to-ace-your-hsc-english-exam/
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
You can use a service like this to check:
https://jigsaw.w3.org/css-validator/
legend, fixed few errors thank you, Leo
No problem :)