Joomla Modul Place To Center Of Frame - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Joomla Modul Place To Center Of Frame

R

René Jllien

SP Page Builder 4 years ago

Hi

I am not able to made the Joomla Modul to the middle of the line. There is no button in the addon to select the position to right, middle or right.

Thank you for your help.

Regards René

0
7 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #10846

Hi there!

Thanks for contacting us.

Would you please share your site URL here and redirection to where you have the module and how you want to see it with screenshots.

Best Regards

0
R
René Jllien
Accepted Answer
4 years ago #10851

Hi Rashida

The URL is: https://www.safety-drive.ch/

At Page "Kurse / Anmeldung: https://www.safety-drive.ch/anmeldung

The courses ar located left to the Title. I would like to center this on any screen.

Regards René

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #23525

Hi,

Please take my sincere apology for the unwanted delay:(

You can put the following code in your custom CSS to get your desired output:

#section-id-1582735428705 .sppb-addon-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

Best Regards

0
R
René Jllien
Accepted Answer
4 years ago #23544

Hi Rashida

Thank you for your message.

I put in the code in "General" and "Style" part of the Joomla Modul. But nothing changes.

Regards René

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #23687

Sorry, I forgot to share the path of the Custom CSS!

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Please put the code in the above mentioned field.

Thanks

0
R
René Jllien
Accepted Answer
4 years ago #23825

Perfect

Thank you very much.

Have a nice day.

Greetings René

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #23827

You are always welcome:)

Have a nice day too!

0