SKT Local Business Pro contact info

Home Forums SKT Biz/Corp Theme Support SKT Local Business Pro contact info

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #69151
    CustomerCustomer
    Member
    • Topics: 36
    • Replies: 65
    • Total: 101
    Member since: March 13, 2016

    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

    #69200
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    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

    #69302
    CustomerCustomer
    Member
    • Topics: 36
    • Replies: 65
    • Total: 101
    Member since: March 13, 2016

    Hi Brad:

    It works well.

    Thanks

    #69308
    CustomerCustomer
    Member
    • Topics: 36
    • Replies: 65
    • Total: 101
    Member since: March 13, 2016

    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

    #69386
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Add this code in Custom CSS Box:

    @media (max-width: 767px){
    .header_row .column-1{display:inline !important;}
    }

    Regards,
    Brad

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.