Skip Navigation

[Resolved] remove blog side paddings

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 6 replies, has 2 voices.

Last updated by ashodK 1 year, 7 months ago.

Assisted by: Luo Yang.

Author
Posts
#2477805
2022-10-17_17-05-50.jpg

how do I make my archive pages align with the theme?
see attached image
for some reason I have padding and don't know where it's coming from

#2478045

Hello,

It should be a CSS issue with your theme.

Which theme are you using?
Can you provide the live problem page URL? I need to test and debug it in my Chrome browser

#2478489

Here you go
hidden link

#2478749
flatsome.jpg

Thanks for the details, I have test the URL you mentioned above, those CSS codes are from your theme files:
hidden link

.large-10 {
     flex-basis: 83.3333333333%; 
     max-width: 83.3333333333%; 
}

You can try to disable/remove them, see my screenshot flatsome.jpg

Or setup custom CSS codes to override them, for example:

media screen and (min-width: 850px){
     #content .large-10 {
          flex-basis: 100%; 
          max-width: 100%; 
     }
}
#2478809
2022-10-18_23-15-47.jpg
2022-10-18_23-16-10.jpg

I put the code both places and it still didn't work

#2478827

You just need to put below CSS codes into the screenshot you provided:
https://toolset.com/wp-content/uploads/2022/10/2478809-2022_10_18_23_15_47.jpg

#content .large-10 {
          flex-basis: 100%; 
          max-width: 100%; 
     }
#2478829

My issue is resolved now. Thank you!

This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.