adjustment module width in top1

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
Tue Apr 16, 2013 2:11 am
Reply with quote
Report this post
hello,

I want to know if it is possible to adjust the width of position top1 with 2 modules.
When I add 2 modules, the adjustment is 50% - 50%. I would like 70% - 30%.
One NSP GK5 and one Custom HTML.

Thank you
User avatar
Fresh Boarder

Konrad M
Tue Apr 16, 2013 5:46 am
Reply with quote
Report this post
Hi,
try add suffixes for this two modules. for example ' suffix1' and ' suffix2'. Then try add to override.css
Code: Select all
.suffix1 {
    width:30%;
}
.suffix2 {
    width:70%;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Tue Apr 16, 2013 2:05 pm
Reply with quote
Report this post
thank you

I tried, it works but I have a space between the 2 modules and the second module video image is reduced automatically then it is a 300px.

You have an idea?

Image
User avatar
Fresh Boarder

Konrad M
Tue Apr 16, 2013 7:43 pm
Reply with quote
Report this post
Without url I can't help you. Please send me url to your website.
User avatar

GK User
Tue Apr 16, 2013 9:58 pm
Reply with quote
Report this post
I sent you a pm with all access
User avatar
Fresh Boarder

Konrad M
Wed Apr 17, 2013 10:48 am
Reply with quote
Report this post
Change my code in override.css to:
Code: Select all
.box.suffix1 {
    width: 20%;
}
.box.suffix2 {
    width: 80%;
}
User avatar


cron