Before you ask please READ THIS

Page Responsive problems

Hello how can make the album homepage without scroll for any monitor?

And also i have some issues about demo pages goes right under the menu (RTL theme) and BRICKS grid for albums not working!

thank you for help!

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Please put each case in separate topic and attach links and screen shots so we could help somehow :-)
    Please refer to http://support.apollo13.eu/discussion/12/before-you-ask-read-this-#Item_1

    Thanks.

    In this topic lets tackle your main question
    lemalaseo said: how can make the album homepage without scroll for any monitor?
    In case of masonry layout it is very unsafe to disable scroll. There is a chance that your user will have such resolution that bricks will constantly jump around cause once scroll shows up and after they layout again it disappears. It is hard to explain, but believe me, it is safety mechanism. So I don't advice to change it.

    If you are ok with danger, use this custom CSS:

    html.show-scroll body {
    overflow-y: auto;
    }
    With kind regards.
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!

In this Discussion