Viewing 3 replies - 1 through 3 (of 3 total)
  • Wil

    (@limecanvas)

    Hey Kategorgeous,

    You can probably solve that with one line of code.

    In your style.css file in your theme folder search for the line :
    @media only screen and (max-width: 1023px)

    and then below that the line (around like 2314):
    .sidebar .widget

    In this .sidebar .widget CSS clause set it to float:left;

    Full CSS clause e.g.

    .sidebar .widget {
    background-color: #393939;
    padding: 20px;
    float: left;
    }

    Wil.

    Thread Starter kategorgeous

    (@kategorgeous)

    Wil, you are a star!
    I LOVE forums! This is SO helpful. Not only have you fixed my problem but also taught me how to mess around with the mobile styling. I had used a theme and not really thought about how the responsiveness stuff worked.
    Ooh, happy girly, Thank you!
    Kate

    Wil

    (@limecanvas)

    lol – mess away! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile responsive problem’ is closed to new replies.