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

How To Center Module Position

J

joe

Helix Framework 3 years ago

I am hoping I can get your kind assistance to resolve an issue I am having on my website.

Please note, I requested assistance on this matter on the following thread:

On that thread, I was given the following CSS code:

.ampz_container ul{
margin: 0 auto !important;
}

The above code worked but created a very large space betwen the social icons and the "Total Shares" count, as shown on the following image:

  • Image Link: Edited Out Afterr Closing Ticket

Maybe, but I don't know, the code only centered the social icons not the "Total Count". Likely, my last post was not very clear for you to understand.

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #56208

Hi Joe,

yes, your code is correct, but not full. And may not work if Flex or Float style is used or no width value. In general we cannot teach CSS here, we sale web-software not tutorials about CSS.

But I am not so cruel, and to center social module use

.ampz_container.ampz_no_count {
  margin: 0 auto;
  max-width: 820px;
}
0
J
joe
Accepted Answer
3 years ago #56207

My website URL is below

0
J
joe
Accepted Answer
3 years ago #56223

Yes, that worked perfectly.

Sorry, about the request as I know it is beyond your support services.

Thanks again for the excellent support.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #56234

You're welcome.

0