Space On The Left Side - Question | JoomShaper

Space On The Left Side

D

Dagmar

SP Page Builder 1 month ago

Hello dear Joomshaper team, when we create posts with the SP PageBuilder, the post content is indented on the left and is not left-aligned under the post title (image 1) https://apraxon.dhellinger.de/de/datenschutzerklaerung

For posts created with the Joomla Editor, we do not have this left margin (image 2) Link: https://apraxon.dhellinger.de/de/impressum

How can the margin be removed?

Many thanks + best regards Dagmar

Image 1 https://apraxon.dhellinger.de/images/joomshaper-240710-01.JPG

Image 2 https://apraxon.dhellinger.de/images/joomshaper-240710-02.JPG

0
10 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #161937

Hi

Thanks for contacting us and sorry for your issue. Could you please give me a screenshot of your issue?

-Regards.

0
D
Dagmar
Accepted Answer
1 month ago #161939

Screenshot 1 Joomla post made with SP PageBuilder https://apraxon.dhellinger.de/images/joomshaper-screenshot-240710-01.jpg

Screenshot 2 Joomla post made with the editor https://apraxon.dhellinger.de/images/joomshaper-screenshot-240710-021.jpg

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #162036

Use this CSS in your custom.css file

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px !important;
    }
}
0
D
Dagmar
Accepted Answer
1 month ago #162061

Hello Mehtaz, thanks for the reply, but unfortunately the suggested CSS addition doesn't help, see the "Datenschutzerklärung" page https://apraxon.dhellinger.de/de/datenschutzerklaerung

The text created with SP PageBuilder still has indented on the left side.

Posts created only with the Joomla Editor (here JCE) do not have this indentation, see e.g. page "Impressum" https://apraxon.dhellinger.de/de/impressum

Could you please check this again. Thank you for your help Dagmar

Joomla 5.1.0, Template Helix Ultimate 2.1.1

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #162140

Do you want this portion more left?

https://prnt.sc/oVlQFs7NclJL

0
D
Dagmar
Accepted Answer
1 month ago #162147

NO! We want the title and content to be left-aligned and this does not work if the post content was created with the SP Page Builder!

If the post content is created with the Joomla Editor, then everything is correctly left-aligned below each other

https://prnt.sc/ICg2mCxWTcv3

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #162237

Give me that problematic page link so that I can solve it.

0
D
Dagmar
Accepted Answer
1 month ago #162253
0
D
Dagmar
Accepted Answer
1 month ago #162745

Sorry, but with this CSS everything moves to the left by 50px, but the article header and content are still not left-aligned, the content still has a small indentation on the left!!!!

as I have already written several times and you can see in the screenshots already sent and on the website, the page title (div.article-header) and the following content are not left-aligned below each other ...

and this is only the case with articles that were created with the help of the SP PageBuilder, articles where we only provide the text with the Joomla Editor, the article header is also just left-aligned with the rest of the article content below each other

0
Pavel
Pavel
Accepted Answer
1 month ago #162770

Hi Mehtaz .

OMG, a week to solve such a simple problem is too much. For those few years that you work here, you are not learning anything and only discredit the Joomshaper support service, offering not working, but sometimes harmful solutions...

Hi Dagmar.

Here is

.view-article .sppb-row-container {
    padding: 0;
}
0