Before you ask please READ THIS

How to replace full width constraint with full height in sliders display

edited May 2015 in Hypershot Posts: 38
Hello,

I could not find a way to fix this likely simple problem I have here on mobile display :
www.seb.photo
The welcome page contains long vertical stripes to select the category, and if it works well enough on desktop/laptop, it seems pretty messy on mobile display because each slides is resized according to its width. Would you give me a clue where I should tweak to constraint-resize it according to the height ?

Best Regards

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    In style.css there is this style

    @media only screen and (max-width: 650px) {
    .albums .item,
    .albums .item img{
    float: none;
    height: auto!important;
    width: 100%!important;
    }
    }
    You can try to edit it in custom CSS. However it is hard to make something other form this that would be useful.
    Removing this style gives some of better results, but it would require some tweaks.
    Check if you are able to do anything from it:-)

    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