Position width

GK User
Sat Apr 25, 2015 7:34 pm
I

i need to set the width in a position(bottom4)

I have to modules, one must occupy 30% and another 70%

How can i do?

Thanks for your help
User avatar
Senior Boarder

GK User
Sat Apr 25, 2015 7:53 pm
Hi,
probably you can use Module Class Suffix for those two modules with defined size.
If you know basic of CSS this should be easy.

https://www.gavick.com/documentation/jo ... ass-suffix
User avatar
Platinum Boarder

GK User
Sat Apr 25, 2015 8:54 pm
I have some difficulties

I do not know which code to use to increase or decrease the size of the modules are 50% for 50% i want 30% - 70%

Thanks for your help
User avatar
Senior Boarder

GK User
Sat Apr 25, 2015 10:21 pm
Start from easy part:
1) Add to one module class " smaller" and to second " bigger"
2) Show me URL - then maybe I can give you another clue.
User avatar
Platinum Boarder

GK User
Sat Apr 25, 2015 10:44 pm
Hi Oscar

I create the class, and i send acess to the site in private message, because the site is not ready

Thanks
User avatar
Senior Boarder

GK User
Mon Apr 27, 2015 11:08 am
Sorry but I have got this message "Denied by server security system"
so I couldn't check even front-end which was important for me.
User avatar
Platinum Boarder

GK User
Thu Apr 30, 2015 9:06 pm
On which subpage you have those modules published on bottom4 ?
Sorry but I need details.
User avatar
Platinum Boarder

GK User
Fri May 08, 2015 3:39 pm
Hello Oscar E

Yes Bottom4

Thanks
User avatar
Senior Boarder

GK User
Wed May 13, 2015 10:39 am
Sorry for delay, I had cold.
Use this CSS custom code
.box.smaller {width:30% !important;}
.box.bigger {width:70% !important;}

and add smaller and bigger module suffix class for two published modules, for example custom HTML.
User avatar
Platinum Boarder


cron