Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Little problem in clients module

  • Antonio Brocco
  • Antonio Brocco's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 3 months ago #139217 by Antonio Brocco
Little problem in clients module was created by Antonio Brocco
Dear, nuevvo
I have set the module "client" with two image but it's appears at the side of the module position. I need that the image appears at the center next to one another.
This is the site: www.marsigliapartners.eu

Thank you very much.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 3 months ago #139218 by Krikor Boghossian
Replied by Krikor Boghossian on topic Little problem in clients module
By default this is how foundation works.
It pushes all grid blocks to the left.

In order to change it you need to change the module a bit.
.clients ul {text-align: center;}
.clients ul li.column { float: none; display: inline-block;  }

If you want to center the module's title as well, then you need to add text-center as its module suffix.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Antonio Brocco
  • Antonio Brocco's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 3 months ago #139219 by Antonio Brocco
Replied by Antonio Brocco on topic Little problem in clients module
Dear Mr. Boghossian,
in this way only the first elements it's aligned to center. The second is a the side right to the site!

Please Log in or Create an account to join the conversation.

  • Antonio Brocco
  • Antonio Brocco's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 3 months ago #139220 by Antonio Brocco
Replied by Antonio Brocco on topic Little problem in clients module
For solve this issure I have changed this rule:
[class*="column"] + [class*="column"]:last-child {
float: center;
}

It's correct?

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 3 months ago #139221 by Krikor Boghossian
Replied by Krikor Boghossian on topic Little problem in clients module
float: left; would be the correct solution, or you can also remove entirely this css value.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum