I'm trying to center the footer text where the copyright information is displayed. It doesn't recognize <center>Text Here</center>. Can you please advise? Thank you.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer_bottom p { text-align: center; } Thanks & Regards Gourav Shrivastava
Thank you, Gourav. Can you also center the first feature heading? The <center> command breaks the link for me.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: div.page-item.first-item.view.view-ninth h3 { text-align: center; } Thanks & Regards Gourav Shrivastava
See attached picture. The center of the text doesn't align with the picture because the link actually ends where that red line is. Can we fix this?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.page-item.first-item.view.view-ninth h3 { text-align: center; margin-right: 30px; } You can adjust the value of "margin-right" as per your requirement. This will solve your issue.