• Resolved Cosmic Jamie

    (@cosmicjamie)


    Hello,
    How can I left align the text in the grid layout? No matter what CSS I’ve tried I can’t get it working.

    I’m only showing the name and job title if that makes a difference.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @cosmicjamie,
    ?
    Sorry for the inconvenience.
    ?
    ?Please share a screenshot of the issue with the page link to review once.

    Thread Starter Cosmic Jamie

    (@cosmicjamie)

    Hi Bayejid,
    Thanks for getting back to me so quickly.

    I’ve been using the following CSS:

    .sptp-member-name-title {
    	text-align: left;
    }
    
    .sptp-jop-title {
    	text-align: left;
    }

    Dev link is here (I’ll remove once you’ve seen it).

    • This reply was modified 2 years, 11 months ago by Cosmic Jamie.
    Plugin Support Bayejid Ahmed

    (@bayejid00)

    You should use CSS with more priority to override the default CSS of WP Team plguin.

    Kindly use the following CSS.

    .sp-team .sptp-member .sptp-member-name-title {
    	text-align: left;
    }
    .sp-team .sptp-member .sptp-member-profession {
    	width: 100%;
    }
    .sp-team .sptp-member .sptp-jop-title {
    	text-align: left;
    }

    And let us know if it works or not.

    Thread Starter Cosmic Jamie

    (@cosmicjamie)

    That worked perfectly – thankyou!

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @cosmicjamie,

    Nice to hear that it works perfectly.

    If you like the plugin and support, share your experience in the review section.

    Have a nice day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Left align text’ is closed to new replies.