Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #593526

    I posted a few days ago and didn’t get any help on this topic. I’m having problems with the easy sliders on my website. All the pictures come out different sizes when I input them into the slider, and the whole page moves up and down to accommodate the different sizes in the slider. It makes it really hard to read the page with it moving up and down. Why is this happening? I thought the size is set by the theme, so when a picture is inputted all the pictures would be the same. Thanks for any help.

    #593535

    Hi cpapillion!

    We are sorry for the delay, we do run into multiple issues.
    Please post the link URL here, so we can have the posts gathered and we will assist you.

    Best regards,
    Basilis

    #593566

    Okay, thank you. Here is the link to the first post. Is there not a user’s manual with detailed instructions for the theme? I’ve been through the tutorials and can’t find alot of the information that I need.

    • This reply was modified 8 years, 8 months ago by cpapillion.
    #594304

    Hey!

    We could not find any issue with the slider height in the link you provided but in case you wish to use it in the future please add the below CSS to quick css and adjust the 300px to suit your design.

    /* Fixed height slider*/
    .avia-slide-wrap {
    max-height:300px;
    min-height:300px;
    height:300px;
    }
    
    .avia-slide-wrap img {
        height:300px;
        background-size:cover;	
    }

    Cheers!
    Vinay Kashyap

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.