Site logo

Archived topic

How to fix sidebar

19 replies · Started by Max on December 30, 2022

Viewing posts 16–20 of 20

Can you make those changes and save them so i can see whats going on ?

i did save them

know that all the blogpost have this element. Those this maybe do something
https://ibb.co/R7RZYH5

Everything is right now, how you asked.

OK, add this CSS to make that block element fill the width of the content:

.single-post .inside-article > .gb-container  {
    margin-left: -50px;
    margin-right: -50px;
}
@media(max-width: 768px) {
    .single-post .inside-article > .gb-container  {
        margin-left: -30px;
        margin-right: -30px;
    }
}
This archived topic is closed to new replies.