section title wrong place

Home Forums All Other Themes section title wrong place

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #50343
    ScottScott
    Participant
    • Topics: 12
    • Replies: 2
    • Total: 14
    Member since: July 14, 2016

    I am using the legalexpert pro theme and I am having an issue in the footer that I hope you can help with. The word Website is showing on the line above or should I say in the contact email line.

    example:
    [email protected] Website:
    www.somewhere.com

    you can see it at the test site of rdjohnsonlaw.covereddata.com

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

    Hi Scott,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .cols-3 .phone-no p { padding-left:90px;}
    .phone-no strong { position:absolute; left:0; display:block;}
    .phone-no a { display:block;}

    @media screen and (max-width:1169px) {
    .phone-no strong { left:0;}
    }

    Regards,
    Brad

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