Kindergarten theme problems

Home Forums All Other Themes Kindergarten theme problems

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #178688
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    1. The mobile menuis under the logo image… so its not accesible
    2. The footer as 1 column, does not show the text from the start in mobile view
    Please give me code to correct, site avaiable at www.ypph.fi

    #178689
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    I set the footer to 2 columns to get rid of the 2nd problem, but the mobile menu is still an issue

    #178696
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    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) {
    .headertext span {
        padding-left: 40px;
        font-size: 16px !important;
    }
    }

    Regards,
    Dave

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