Home › Forums › Pro Support › how to style so one title is right aligned › Reply To: how to style so one title is right aligned
October 16, 2019 at 11:11 am
#11499
Keymaster
First, I would remove this CSS:
#portnext a:nth-of-type(odd) {
float: right!important;
}
Then I would add this:
#wpsp-432 article {
text-align: right;
}
#wpsp-432 article:first-child {
text-align: left;
}