Okay
  Public Ticket #3074018
cascading images not full width content
Closed

Comments

  •  32
    Tes started the conversation

    Hi, 

    On this page: https://testomgeving.workforce-it.com/oplossingen/onboarding/ I have a cascading image element. My row is set as full width content but it's not lined out to the left of the page. There is some white space / padding between the left of the page and the start of the cascading image. See attached screenshot.

    How to fix that?

  •  1,877
    Judith replied

    Hello Tes,

    Please try this css:

    .vc_col-sm-1\/5.wpb_column.column_container.vc_column_container.col.no-extra-padding.inherit_tablet.inherit_phone {
        left: -4vw;
    }

    Thanks.

  •  32
    Tes replied

    Hi Judith, 

    Thanks. Does this work on all types of screen sizes and does it not affect other columns on my website?

    Thanks in advance. 

    Best regards,

    Tes

  •  1,877
    Judith replied

    Hello Tes,

    This should also work on other viewports, please try out and let us know whether it brings up any misalignments on other viewports.

    Thanks.