Welcome, Guest
Username: Password: Remember me

TOPIC: Possible to center the button row?

Possible to center the button row? 9 years 8 months ago #1034

I would like to be able to center the button row of social icons. How do I do this in the most simple way?

PS. I am using an override.css file.
The administrator has disabled public write access.

Possible to center the button row? 9 years 8 months ago #1035

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi
Can you send me URL your site? So we can check and help you
Best regards
Bach Pham
The administrator has disabled public write access.

Possible to center the button row? 9 years 8 months ago #1036

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi
Find and open file plugins/content/jo_k2_socialshare/jo_k2_socialshare.php
Go to line 231 and chagned
.jo_vm_socialshare{
float: left;
width: 100%;
padding: 7px 0px;
}
To
.jo_vm_socialshare{
margin: 0 auto;
padding: 7px 0;
width: 70%;
}

Or can you send me joomla administrator via contact form? So we can help you
Best regards
Bach Pham
The administrator has disabled public write access.
Time to create page: 0.044 seconds