Community forum for knowledge and support

Updated 8 months ago

Issue with image placeholders and layout in header 106 and layout 421

At a glance

The community member is experiencing issues with the layout and positioning of image placeholders in Header 106 and Layout 421 on their Webflow website. The last image with the class "is-image5" is placed differently than the other images. A comment suggests that the CSS rule .header106_image-wrapper.is-image5 { top: 5%; right: -8%; } is being applied to the last image, causing it to be positioned differently. The comment indicates that removing this rule may resolve the issue and align the last image with the others.

Useful resources

Hi all, I am still looking for a solution for this issue:

Hi all, I’m using Header 106 and the image placeholders are arranged in a weird manner and the images wrapper is off center too. The last image with the combo class “is-image5” is placed entirely different then all the other images. I get a similar issue for Layout 421. https://preview.webflow.com/preview/advertical-website?utm_medium=preview_link&utm_sou[…]ac7492115d&pageId=66420a6cdfd69bfd578ea340&workflow=preview

Any ideas? 🙂

A
1 comment

.header106_image-wrapper.is-image5 {

  1. top: 5%;
  2. right: -8%;
}

Seems like this is being applied to it for some reason. if you remove it it will be at the same spot as the otehr image

Add a reply
Sign up and join the conversation on Slack