I want to be able to move the TOP contact Info bar to the right (right Alignment).
Hi aris, Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.info-bar .info { float: right; }
Thank you!
Thanks, works like a charm 🙂
That’s great aris