We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support how to style so one title is right aligned Reply To: how to style so one title is right aligned

#11499
Tom
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;
}