Header Top Bar

Home Forums All Other Themes Header Top Bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43664
    LynseyLynsey
    Member
    • Topics: 3
    • Replies: 4
    • Total: 7
    Member since: August 3, 2016

    Is there some custom CSS I can use so that this line appears as two lines in mobile? Right now, the number is cut into two lines.
    oxford.amandastrademark.com

    #43759
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

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

    Add this code there:

    @media screen and (max-width:479px) {
    .headertopbar .headerinfo { font-size:15px !important; line-height:28px; padding:8px 40px !important;}
    }

    Regards,
    Shri

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