• Hi there,

    I am trying to remove the margin on the left of the text box “Hear back within 24 hours” and “Done in as little as 15 minutes” But all my css does not work.

    The div is

    wp-block-column is-vertically-aligned-center ticss-a75c1d88

    and when inspect and edit, I get this

    style=”
    margin-left: 0px;

    added to the div but I am not sure how to translate it into the custom css that I need to add.

    Hope anyone can help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I’m not sure but I think it has something to do with it all being in a flex box.

    The hourglass and the text beside it, and the clock and the text beside it, each take up exactly the same width. That’s how flex works – it assigns the same amount of space to each item. (On my screen, it’s 122px for each, so when you have a 50px icon in a 122px space, it centers it, adding equal margins on each side.)

    And that’s about all I know about flex – I’ve never been able to get it to work for me! lol

    My solution – which may not be the best – would be to put the icons into the same cell as the text they represent, so that they are forming two columns instead of four.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing margin from div in Neve theme’ is closed to new replies.