Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #901989

    I have a Color Section which contains 2 * 1/2 columns. In the left hand column I’ve added an Image element and inside that an image which is 800*533 px. I cannot size the image more than about 500*400. I don’t see any way to size the image. I’ve tried CSS but that doesn’t work. I’d like to size it so that it takes up the whole of the left hand column. (I started using the Enfold theme today.)

    Any assistance would be appreciated.

    #902059

    Hey Bicyclist51,

    Could you please give us a link to your website, we need more context to be able to help you.
    You can try using 1/3 and 2/3 and put the image in the 2/3.

    Best regards,
    Victoria

    #902412

    Hi Victoria.
    Site is http://www.qualityoneautomotive.com.au/
    The image in question is bottom left.
    Regards,
    Trevor

    #902414

    Oh I still have the test one at the bottom that I was trying. So both bottom last and last but one are ones I can’t get to be larger.

    #902571

    Hi Bicyclist51,

    The images are small and when the get stretched they lose quality, please use bigger images, 450×450 maybe.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .page-id-6 .avia-image-container.avia-align-right, 
    .page-id-6 .avia-image-container.avia-align-left,
    .page-id-6 .avia_image {
        width: 100%;
    }
    
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

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