Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1378035

    How do I align the icon box to the middle – https://expertgeneactivation.com/best-side-hustle-masterclass

    #1378087

    Hey yifatcohen,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the section that you’d like to modify? You can use imgur, savvyify or dropbox for the screenshot. Have you tried using Columns to align the elements?

    Best regards,
    Ismael

    #1378093

    can you try this in your quick css:

    #top .iconbox {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center;
    }
    
    #top .iconbox_left_content .iconbox_icon, 
    #top .iconbox_right_content .iconbox_icon {
      min-width: 74px;
      margin-bottom: 0
    }
    #1378112

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.