This topic has 2 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #133166
     kjw6236
    Participant

    Hi, I mostly finished build my website using Kleo theme.

    And I tried to see my website using phones and figured out that footer was located on the bottom of every page

    with very long column. (I think its because i use 4 column footer on my website )

    Can you teach me how can I keep my  4 column footer on website and hide entire footer in mobile view?

     

    Thanks!

     

    JW

    #133175
     kjw6236
    Participant
    Not marked as solution
    #133236
     Radu
    Moderator
    Hi, You can hide footer on mobile using this css
    @media (max-width:680px) {
    
    div#footer {
        display: none !important;
    }
    }
    
    The css will be added to wp-admin -> theme options -> general settings -> quick css Cheers R.
Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?