3 modules in one position

Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Mar 05, 2015 10:09 am
Reply with quote
Report this post
Hi!
I put 3 modules in one position. Everyone has 33.3% width. How can I change it? I need 30%, 45% and 25%.
http://derka.pickupguild.ru/index.php/o ... amma-start
Regards, Peter.
User avatar
Expert Boarder

GK User
Fri Mar 06, 2015 9:50 am
Reply with quote
Report this post
Hello,

The only way is through custom CSS code - please assign some unique module suffixes like:

Code: Select all
.my-width-25 { width: 25%!important; }
.my-width-30 { width: 30%!important; }
.my-width-40 { width: 40%!important; }
User avatar
Administrator

GK User
Sat Mar 07, 2015 5:06 am
Reply with quote
Report this post
Thank you Dziudek, it works.
User avatar
Expert Boarder


cron