Complete Theme : Topbar * Text Area is not allighed

Home Forums All Other Themes Complete Theme : Topbar * Text Area is not allighed

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39630
    Guy PereraGuy Perera
    Member
    • Topics: 5
    • Replies: 7
    • Total: 12
    Member since: July 26, 2015

    Hi, I have bought your Complete theme. I’m try to add a contact number into the Topbar. It show correct on PC and Ipad. But on Iphone5 (when the width is low), the area becomes taller and the text align is not correct.

    Please see the image https://postimg.org/image/42zkm348x/

    Could you please advice to correct this. Thanks. Guy

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

    Hi Guy,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:479px) {
    .site_boxed .center .left{ display:none !important;}
    }

    Regards,
    Brad

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