Wrapper Border

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
Wed Oct 24, 2012 8:10 am
Reply with quote
Report this post
Hi.

I've put a wrapper border on all my pages by adding

#gkPage {
border: 1px solid #000
}

however although this works great is there a way to remove the border when showing on a smaller screen size like a phone etc - basically so it disappears at the same time the menu changes?

Thanks.
User avatar
Senior Boarder

Konrad M
Wed Oct 24, 2012 8:44 am
Reply with quote
Report this post
Hi,
try add your code to template.css at the bottom and then please add to mobile.css
Code: Select all
#gkPage {
border: none !important;
}
User avatar


cron