Changing mainbody width to an intermediate value

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 Feb 19, 2013 12:39 pm
Reply with quote
Report this post
Hello.

I'd like to change the mainbody width to an intermediate value between 3 and 2.5 in the template editor.

Is there a way to do this?

Thank you in advance
Antonio
User avatar
Fresh Boarder

teitbite
Thu Feb 21, 2013 2:17 am
Reply with quote
Report this post
Hi

You can override this width by this css code:

Code: Select all
#gkPage > #gkContent {
    width: 831px !important;
}


but You need to remember to fix the values in tablet.css and mobile.css to fit other mobile devices.
User avatar
Moderator

GK User
Thu Feb 21, 2013 1:41 pm
Reply with quote
Report this post
Perfect !

Thank you so much for your attention.
Antonio
User avatar
Fresh Boarder

teitbite
Fri Feb 22, 2013 1:33 am
Reply with quote
Report this post
Hi

Please resize Your browser to mimic smaller devices. Than You will be able to specifie the size in tablet.css and mobile.css, but I think when You will use:

Code: Select all
#gkPage > #gkContent {
    width: 100% !important;
}


it will look fine for both.
User avatar
Moderator


cron