• Hi support,

    Can you please advise if it is possible to create a different slider for mobile?

    I like the look of the slider on the desktop. Fashion show images that have 4 models across. However, when on mobile, the slider lacks impact as the images are reduced to size to fit.

    I would prefer my mobile site to only have 1 fashion image/model, so that it fills the front page for a more impactful impression.

    Can you please advise if this is possible.

    Thanks in advance.

    Regards,
    Luke

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    For showing only one image, you can go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    @media screen and (max-width: 600px){
    	.bx-wrapper img {
    		max-width: 1100px;
    	}
    }

    Thanks.

    Thread Starter lukefobian

    (@lukefobian)

    Thank you Rajesh, thats great.

    Can you please advise how i make my box have a solid white background? I only see an option to change the font colour and outline colour and hover colour.

    Hi,

    Could you contact us via our chat support through ThemeGrill official website?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change slider between mobile and desktop’ is closed to new replies.