Before you ask please READ THIS

problem with right sidebars on mobile/tablet

edited February 2014 in Superior Posts: 31
Hi, I have created custom right sidebars on these pages:
- http://www.culinaria .it/programma/
- http://www.culinaria .it/stampa/
on tablet and on mobile these pages doesn't work right.
could someone help me?

Comments

  • AirAir
    Posts: 10,970
    Hello

    Currently I don't see any sidebars there.
    What does it mean it "doesn't work right"?
    You mean that sidebar is below content on smaller screens? This is responsive design:-)

    With regards.
  • Sorry Air, I've had disabled them. Now you can test it.
    On tablet and mobile my custom right sidebars doesn't work correctly: the layout crashes.

    michela
  • AirAir
    Posts: 10,970
    Indeed cause your custom CSS overwrites responsive CSS

    #col-mask{
    float: left;
    position: relative;
    width: 100%;
    right: 26%;
    padding-top: 0px;
    }
    Remove it and you will be fine.
    If you need to keep it then edit same selector but in style.css

    With regards.
  • oooohhhh!!! thanks!
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!