hey guys, the url is:
I want to right align the titles of the banners that are right aligned.
I realize I could use:
but that will right align everything. How can I break it down the css?
thank you!
Best Answer Rob , 18 January 2013 - 12:55 AM
Hi Jon,
I've tried this, so I know it works.
Go to your specific right-aligned banner at Dashboard > Banners > Banners.
In the title, wrap the person's name as shown: <div class="rightalignb">Person's Name</div>
Then, in Dashboard > PageLines > Site Options > Custom Code, try this experiment:
.rightalignb {text-align:right;}
Just add the div to each one of the right aligned banner titles. The CSS only has to be added once.
Please let us know if the experiment works for you.
Go to the full post
Posted 17 January 2013 - 09:42 PM
hey guys, the url is:
I want to right align the titles of the banners that are right aligned.
I realize I could use:
but that will right align everything. How can I break it down the css?
thank you!
Posted 18 January 2013 - 12:55 AM Best Answer
Hi Jon,
I've tried this, so I know it works.
Go to your specific right-aligned banner at Dashboard > Banners > Banners.
In the title, wrap the person's name as shown: <div class="rightalignb">Person's Name</div>
Then, in Dashboard > PageLines > Site Options > Custom Code, try this experiment:
.rightalignb {text-align:right;}
Just add the div to each one of the right aligned banner titles. The CSS only has to be added once.
Please let us know if the experiment works for you.
Posted 21 January 2013 - 12:26 AM
That worked fantastically, thank you.