Tagged: 

Viewing 6 posts - 1 through 6 (of 6 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

    #1474965

    and to center the flex_columns itself :

    
    #av-layout-grid-2 .flex_cell .flex_column {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
    }

    but as always all rules here do work on all elements that fit- better is to work more specific by a custom class set by you f.e. on that grid-row element.

    #1474983

    Hi,
    Guenni007’s css seems to work, please check:

    #av-layout-grid-2 .flex_cell .flex_column {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
    }

    Thanks Guenni007

    Best regards,
    Mike

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