Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3123229
Full width home page images
Closed

Comments

  •   ISOLE-GRECHE started the conversation
  •  2,278
    PenciDesign replied

    Hi,

    The image now displays as fullwidth on your site, how do you want to show this image?

    Regards,
    PenciDesign.


  •   ISOLE-GRECHE replied privately
  •  2,278
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Additional CSS then add the following custom CSS code:

    .wpb_single_image .vc_single_image-wrapper {
      display: block;
      width: 100%;
    }

    Regards,
    PenciDesign.

  •   ISOLE-GRECHE replied privately
  •  2,278
    PenciDesign replied

    Hi,

    Please add the following custom CSS code:

    .wpb_single_image .vc_figure {
      width: 100%;
      display: block;
    }
    .wpb_single_image img {
      width: 100%;
      height: auto;
    }

    Regards,
    PenciDesign.



  •   ISOLE-GRECHE replied privately
  •  2,278
    PenciDesign replied

    Hi,

    Please also add this CSS to your site:

    .wpb_single_image .vc_single_image-wrapper {
      display: block;
      width: 100%;
    }

    Regards,
    PenciDesign.



  •  4
    ISOLE-GRECHE replied

    Perfect!