Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #104581
    ZHPV Webmaster
    Participant

    Hi all,

    I have added a plugin which shows Christmas decorations at the top of the screen on my website http://www.zhpv.nl. I am experiencing problems when viewing the web page on a mobile device. The mobile menu is partially covered by the Christmas decorations, and because of this it is not possible to tap the menu on a mobile device. I would like to move the menu’s position down a bit but don’t have a clue how to do this.

    Any help would be greatly appreciated.
    Thanks in advance.

    Regards,
    Andrew Huiskamp

    #104613
    Mahesh
    Keymaster

    @zhpvwebmaster: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 990px) {
        #page {
            margin-top: 80px;
        }
    }

    Regards,
    Mahesh

    #104650
    ZHPV Webmaster
    Participant

    Wow Mahesh!,

    That solved it! Many thanks!

    Regards,
    Andrew Huiskamp

    #104740
    Mahesh
    Keymaster

    @zhpvwebmaster: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How can I change the position of the mobile menu in Catch Responsive pro’ is closed to new replies.