Skip to content
Public Ticket #22207

Full width home page images

Conversation thread

ISOLE-GRECHE replied

Customer Reply

Perfect!

PenciDesign Supporter replied

Staff Reply

Hi,

Please also add this CSS to your site:

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

Regards,
PenciDesign.



PenciDesign Supporter replied

Staff Reply

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.



PenciDesign Supporter replied

Staff Reply

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.

PenciDesign Supporter replied

Staff Reply

Hi,

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

Regards,
PenciDesign.


Want to join this conversation or access attachments? Sign in first.