Home › Forums › All Other Themes › Contact details in footer
- This topic has 5 replies, 3 voices, and was last updated 7 years, 1 month ago by
Sonnal S Sinha.
-
AuthorPosts
-
October 10, 2016 at 12:14 pm #49046
Hi,
I have two contact details I would like to put in the footer contact details. The field allows this, but when you look at the website the two numbers aren’t aligned. Is it possible to align these?
URL is www.cvtutor.com
October 10, 2016 at 12:33 pm #49053Hi Adrian,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.phone-no strong { position:absolute; left:-90px;}
.cols-4 .phone-no p { position:relative; left:90px; padding-right:30px;}Regards,
BradOctober 10, 2016 at 1:10 pm #49064Hi,
This has helped with the alignment – thank you. But I still need a line break between the end of the first mobile number and the name “Valentina”.
Can you advise.
thanks
adrianOctober 10, 2016 at 1:18 pm #49068Hi Adrian,
Kindly add this code in custom css box:
.cols-4 .phone-no p{width:65%;}
Regards,
BradOctober 16, 2016 at 11:40 am #49755Hi,
I’ve changed the font size of the website, but it has now changed the alignment of the phone numbers in the footer. Can you help me to change the font size back purely on this footer 1 section back to how it was?
thanks
October 17, 2016 at 10:21 am #49864Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.widget-column-1 p{ font-size:14px;}Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.