Articel Addon Margin - Eleva Template - Question | JoomShaper

Articel Addon Margin - Eleva Template

D

Danny

SP Page Builder 2 months ago

Hello @ all

I have the Eleva Template and a all pages as SP Page Builder made except the blog Articles. This Articles were made also in PageBuilder from the Add-On. In Frontend view there is a difference in margin between my designed page and the generated page in browser. The margin is much wider and the contend thinner comparing to the other SP Page builder generated pages. How can i adjust that the margin design is equal in booth versions and rsponsive like the "pure" SP Page Builder Page

https://www.graefe.eu/referenzen -> SP Page builder generated page https://www.graefe.eu/blog/die-baumtreppen-herausforderung -> SP Page builder Articel Addon generated page

.... System is J4.18.2 PHP8 Eleva 1.0.0 Helix3.0.5 PageBuilder 5.3.3

kind regards Danny

0
1 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 months ago #159837

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. Add this css code inside the custom.css file.

.view-article #sp-main-body .article-details {
    width: 100% !imporatnt;
    margin: 0 auto;
}

Best regards,

Toufiqur Rahman (Team Lead, Support)

0