Tagged: featured-text-left-align
hi,
i would like to keep the text box of the featured slider on the right but i would like to have the text in the box left bound. is that possible somehow?
kind regards,
dominik
so is it not possible or is the problem not good described?
kind regards
@Dominik To have the text in the box left bound Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:
.featured-text { text-align: left; }
Now, Click on Save All Changes Button and Refresh your browser.
Thank you for using our theme.
thank you very much. that looks much better in my case.