Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1438714

    Hi,
    how can I reduce the size of an image which I have in one of three columns for mobile view?
    Right now the size on desktop is ok but the image on mobile is too large.

    Thank you!

    #1438795

    Hey dreamreader,
    Please link to your page so we can see the image, and then explain how you want to see it, perhaps a screenshot would help.

    Best regards,
    Mike

    #1438797

    Hej Mike,
    this site is not published yet.
    you get a link to the work in progress in the private content.
    Thank you and best regards!

    #1438799

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	#after_layer_slider_1 .avia-builder-el-first .avia-image-container {
    		width: 50%;
    	}
    }

    adjust to suit.

    Best regards,
    Mike

    #1438803

    Perfect!!
    Thank you Mike and best regards!

    #1438807

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image Size on mobile in column’ is closed to new replies.