• Resolved SisterhoodAgenda

    (@sisterhoodagenda)


    I pasted the code from a similar support ticket to make all boxes the same size, however, the first box is still not the same size. The code I used:

    .wpsm_row{
       display: flex;
      flex-wrap: wrap;
    }
    .wpsm_team_2_member_wrapper{
      height: 100%;  
    }

    I would also like the text to be aligned to the left instead of centered. The page is https://sisterhoodagenda.com/directors-advisors/. Thank you!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @sisterhoodagenda,

    As we open your website we inspect for CSS then our pc gets hang so please resolve your server problem than we can solve your issues

    Thank you

    Thread Starter SisterhoodAgenda

    (@sisterhoodagenda)

    Not sure what you experienced, but all is working well now. Thank you.

    Plugin Author wpshopmart

    (@wpshopmart)

    Hello, @sisterhoodagenda great to hear that it’s working, let us know if you will get any other issues.

    Thanks

    Thread Starter SisterhoodAgenda

    (@sisterhoodagenda)

    Hi, I guess this was miscommunication: the box size is still not correct, the site is working fine for troubleshooting.

    Hi @sisterhoodagenda,

    The URL is still causing a Legg issue in my system also I have checked on the system..it also causes a legging issue in it. For text alignment use below CSS code in custom CSS

    #wpsm_team_3_b_row_1859 .wpsm_team_3_b_desc {
       text-align:left !important;
    }

    And for same height column you can use below css code in custom css

    .wpsm-col-div {
        width: 100%;
        min-height: 300px;
        margin: 0 auto;
        display: flex;
    }

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Box frame sizing’ is closed to new replies.