• Resolved fpace

    (@fpace)


    Is there a way to left-align or align the text and links within the boxes using css?
    If so, how would I do that?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • lokeshkalosiya

    (@lokeshkalosiya)

    Hi @fpace,

    Apply the below css code in custom css

    .wpsm_team_2_member_wrapper .wpsm_team_2_member_wrapper_inner {
         text-align:left;
    }
    
    .wpsm_team_2_member_wrapper_inner h3 {
       text-align:left;
    }

    If it works let us know

    Thank you

    Thread Starter fpace

    (@fpace)

    Yes, that worked perfectly! Thank you!

    lokeshkalosiya

    (@lokeshkalosiya)

    Hi @fpace,

    Glad that your issue has been resolved if you like our plugin please rate us.

    Thank you

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

The topic ‘Left align text’ is closed to new replies.