Home › Forums › Construction Pro/Build Forum › Header phone number email alignment
- This topic has 3 replies, 2 voices, and was last updated 5 years, 8 months ago by
Forum Moderator.
-
AuthorPosts
-
January 23, 2018 at 11:30 pm #92536
I have the following code update to the header.phh file. I am not able to get the email address to fit just one line. What else do I need to change?
https://tekrenovations.com/staging/5944/
.header_row{width:610px; float:right; margin:0; padding:0;}
.header_row .column-1{ width:28%; float:left; color:white;}
.header_row .column-1 i{float:left; font-size:30px; color:white; margin:0 15px 0 0;}
.header_row .column-1 span{margin-bottom:2px;}
.header_row .phone-email-info{float:left; width:75%;}
.header_row .column-1 span.hederphone{font:normal 10px ‘Arimo’; color:white }
.header_row .column-1 span.hederphone a{ color:#000000;}
.header_row .column-1 span.hederemailid{font:normal 13px ‘Arimo’; color:#828181;}
.header_row .column-1 span.hederemailid a{ color:#828181;}.header_row .column-3{ width:30%; float:right; color:#1d1d1d; margin:0 0 0 0; text-align:right;}
January 24, 2018 at 6:32 am #92567Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header_row .column-1 { width:35% !important;} .header_row .phone-email-info { width:100% !important;}
Regards,
ChrisJanuary 24, 2018 at 7:21 am #92581You guys are amazing. This is perfect.
January 24, 2018 at 7:35 am #92584🙂
-
AuthorPosts
- You must be logged in to reply to this topic.