Mobile header

Home Forums All Other Themes Mobile header

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #133434
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    Hi, issue with the mobile header logo overlapping the menu, please advise

    https://smloder.co.uk/wordpress/wp-content/uploads/2019/10/capture.jpg

    thanks

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .logo { max-width:80%;}
    .logo img { height:auto;}
    }
    

    Regards,
    Dave

    #133476
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    perfect, thanks

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

    🙂

    #133489
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    Hi again, apologies, just spotted that bullet lists are not showing on this theme/site

    https://smloder.co.uk/wp-content/uploads/2019/10/capture-2.jpg

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

    Hi,

    Kindly use this one

    #text-2 ul li {
        list-style: disc inside;
    }

    Regards,
    Dave

    #133492
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks

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

    Welcome ????

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