How Can I Center A Module Position? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How Can I Center A Module Position?

J

joe

Helix Framework 4 years ago

I created a new module position in the "Layout Builder" (position3).

In this position, I added a Joomla Banner.

However, I cannot figure out how to center that module position.

I have looked and looked and found many answer online, but none seem to work for me.

Any help would be greatly appreciated!

.......................Set Up.......................

  • SP Page Builder Pro - Version: 3.7.12
  • Helix Ultimate - Version: 1.1.4
  • Joomla! 3.9.28
0
6 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 years ago #27395

Hi

Use this custom css

.banneritem {
    display: flex;
    justify-content: center;
    align-items: center;
}

Add this css code inside the custom.css file.

Note: 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

In Extensions>Template> Template Options > Custom Code > Custom CSS please add this

Thanks

1
Anne
Anne
Accepted Answer
Support Agent 4 years ago #27389

Hello there,

Thanks for contacting with us. Can you give us a screenshot for better understanding?

-Regards

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 years ago #27391

Hi

Please share your site URL and also screenshot of your issue?

0
J
joe
Accepted Answer
4 years ago #27394

Thank you for your speed reply. Here is the information you requested in the "Hidden Content" box.

0
J
joe
Accepted Answer
4 years ago #27396

I am absoulutey glad to have purchased Joomshaper products. The code worked perfect. Thanks a million. I will work on a 5-star Jed Review for Joomshaper.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 years ago #27397

Glad to know that:)

You are always welcome!

Thanks for being with us :)

0