Skip Navigation

[Résolu] Image box in full row shows 2 from 4 images with differnent image height

This support ticket is created Il y a 7 années et 11 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 8:00 – 17:00 8:00 – 17:00 8:00 – 17:00 8:00 – 17:00 8:00 – 17:00 -
- - - - - - -

Supporter timezone: America/Sao_Paulo (GMT-03:00)

This topic contains 6 réponses, has 3 voix.

Last updated by Adriano Il y a 7 années et 11 mois.

Assisted by: Adriano.

Auteur
Publications
#403583

Left and right image height in a image box are different from a set of six images using full width row using layouts.

#403728

Yes, you are correct.

Currently, you can workaround it by:
- Using another Row Setting
- Using Custom CSS for the outer two images

I reported the issue to our Developers.

Thank you for the BUG report.

#403847

Thanks Beda. Can you please delete the atachment I send. I forgot to blur the images. Thank you.

#403848

I removed the ScreenShot

#403936

Hello,

I’m Adriano, Toolset support lead and I have been escalated to this thread. I’ll give my best to help you to achieve your needs through Toolset components.

Layouts is applying some styles to the first and last cell of the row, to fix that you could use the CSS below:

.ddl-full-width-row>[class*="col-"]:first-child {
    padding-left: 15px;
}

.ddl-full-width-row>[class*="col-"]:last-child{
   padding-right: 15px;
}
#404013

Thank you guys!

#404131

You are welcome.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.