• Resolved Garborg

    (@garborg)


    I have problem changing the color on the right sidebar when its closed and on a iPad and iPhone. The color on the opened sidebar shows the right color, but its the #f0f0f0 i have problem with.

    All the sidebar images are changed to the wanted color, and the same is the color code in the responsive.css.

    Anyone who have some ideas on this issue?

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi! Try this css:

    @media only screen and (min-width: 480px) and (max-width: 1200px) {
    .s2-expand .s2 { background: #f0f0f0; }
    }
    @media only screen and (min-width: 480px) and (max-width: 960px) {
    .s1-expand .s1 { background: #f0f0f0; }
    }
    Thread Starter Garborg

    (@garborg)

    Thanks Alexander,

    I’ll try your code.
    Just to be sure you know what I talking about, here is a link with a screendump image of the problem: http://www.jottacloud.com/p/sgarborg/5fc371c06e024121bc92e9a63dce7c13

    Ah, those are background images.

    They would be edited by editing /hueman/img/sidebar/ images. Recolored to white, or whatever you want. Keeping the 1px divider line on the image is often a good idea if it’s a light color.

    The CSS I gave was for the expanded state of the toggle sidebars.

    Thread Starter Garborg

    (@garborg)

    Yes, I know Alexander, and I have edited all the images to new colors, but still have the problem. I also removed all the sidebar images in the responsive.css code, and the only time something was changing was when I removed the s-right-collapse.png code/image.

    The expanded sidebar color is working just fine.

    If you’ve edited all images, it should definitely change color. Tried emptying caches / force-refreshing the page?

    Thread Starter Garborg

    (@garborg)

    Problem solved!

    I’ve been sure about the sidebar images, and even which file it was. Changed it and all the other images more than once. Uploaded a few times to the server, and refreshed and emptied the caches on my iMac, iPhone and iPad serveral times, but still the same problem.

    Suddenly the problem was solved after a refresh. I suspect my ISP had some problems earlier today, due to some strange hangs and slow traffic on the domain,.

    Thank you for the time and help, Alexander, and for the great Hueman theme.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Rigth closed sidebar color on responsive layout’ is closed to new replies.