Dynamic Articles Index Page, Remove Padding Left Right - Question | JoomShaper

Dynamic Articles Index Page, Remove Padding Left Right

Yofie Setiawan

Yofie Setiawan

SP Page Builder 6 days ago

Hi,

I confuse of where to remove this padding left right of Dynamic Articles Index Page on desktop.

https://ibb.co.com/twqdtF3g

0
2 Answers
Yofie Setiawan
Yofie Setiawan
Accepted Answer
6 days ago #220138

Geez, i found it, there is custom css by default already setup that i just need to remove...

#addonId {
  max-width: 1168px;
  margin: 0 auto;
}
0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 4 days ago #220174

Hi,

Thank you for the update.

I'm glad to hear that you were able to locate the cause of the issue. As you mentioned, the left and right spacing was coming from the default custom CSS:

#addonId {
  max-width: 1168px;
  margin: 0 auto;
}

Removing or adjusting this rule will allow the Dynamic Articles Index Page to use the full available width on desktop.

If you need any further assistance or have additional questions, please feel free to let us know. We're always happy to help.

Best regards.

0