Before you ask please READ THIS

Widget/Footer Area

edited August 2013 in Skyfashion Posts: 3
Hello,

I have several widgets in the footer that appear fine when being viewed on a full screen, unfortunately they disappear when responding to screen size. On a tablet sized screen they are off to the right and on a telephone sized screen they disappear and leave a huge gap between the top and the copyright. I see that there are several posts about this, but nothing with a fix, can you please suggest something?

I am currently working on: www.avenuesalonla.com

Thank you.

Comments

  • Posts: 493
    Add this to your layout.css at the end of file:
    
    @media only screen and (max-width: 980px) {
    div#footer .widget-container {
    width: 100%;
    }
    }
  • Thank you for responding. I'm not technically savvy, so I'm not sure I did it right, but I did include that line in the css file and nothing has changed.

    I've attached screenshots of the css file and sites at various sizes.

    Thank you again.
    Picture 1.png
    1440 x 900 - 121K
    Picture 2.png
    1440 x 900 - 140K
    Picture 3.png
    1440 x 900 - 299K
  • Posts: 493
    Hi,

    You have included it corrctly. Please add replace this code with this.
    @media only screen and (max-width: 980px) {
    div#footer .widget-container {
     display: inline;
        float: none;
        height: 100px;
        width: 100% !important;
    }
    }
    </pre>

    Kind regards
  • This worked perfectly. Thank you for all your help :-)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!