Mobile device issue with Sidebar display

Permalink
Greetings,
When my sitehttp://www.netknots.com is viewed on a mobile device, the Right Sidebar gets pushed down to the bottom, below the Main part of the screen (with the sidebar area then blank). Some screen shots from an ipod touch are attached, same issue occurs on cell phones. Is there an easy fix or would it entail some major coding for project for mobile devices? I'm running C5 ver 4.4.2 (I think). Thanks

3 Attachments

slojes
 
hostco replied on at Permalink Reply
hostco
It looks like you have your sidebar set to float left.

iGotStyle.css line 354

Try changing this

#mainShell #sidebar .adv img {
    border: 1px solid #E3E3E3;
    float: left;
    padding: 7px;
}


To this

#mainShell #sidebar .adv img {
    border: 1px solid #E3E3E3;
    padding: 7px;
}
slojes replied on at Permalink Reply
slojes
Thank you! We will give that a try. Do you happen to know what file I would
find iGotStyle.css line 354 in?
Regards,
John



John Sherry
J.E. Sherry Company, Inc.
Toll Free: 800-809-0341
Local: 805-544-3839
Fax: 805-544-3825
http://www.jesherry.com
jes@jesherry.com
><(((*>

-----Original Message-----
From: concrete5 Community [mailto:discussions@concretecms.com]
Sent: Wednesday, September 05, 2012 12:51 PM
To: jes@jesherry.com
Subject: Mobile device issue with Sidebar display : Building with concrete5