- This topic has 4 replies, 2 voices, and was last updated 8 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › SKT Biz/Corp Theme Support › SKT Local Business Pro contact info
Hi Support: I am using SKT Local Business Pro and wonder if it is possible to change the column width of the contact info on the header? My URL http://ridley.leafcom.website/ . As you can see, the email address and address wrapped to the next line, would like to fit into one line if possible.
Thanks
Hi,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.header_row{width:710px !important;}
.header_row .column-1{width:37% !important;}
.header_row .column-3{width:21% !important;}
Regards,
Brad
Hi Brad:
It works well.
Thanks
Hi Brad:
Noticed an issue. It works well on laptop, but not on mobile – Address line and Social Media line become 1 line on mobile. The original layout on mobile is 3 lines for Phone, address, social media.
Thanks
Hi,
Add this code in Custom CSS Box:
@media (max-width: 767px){
.header_row .column-1{display:inline !important;}
}
Regards,
Brad
TYPO3 to WordPress Migration If you want to migrate your website from TYPO3 to WordPress, here are the full-fledged solutions. Though the migration process can […]
Umbraco to WordPress Migration A content management system is important for any small to big business. It helps to make your digital platform strong and […]
In the event that you have both a WordPress site and a YouTube channel, you should need to incorporate these stages. One route is by […]