Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #178077
    ll1960
    Participant

    Hi
    Questions from a real newbie … running Catch evolution free
    1. On mobile, Id like the menu look like here : nosa.org (built with the same theme) , not like here :
    https://3tnlg.000webhostapp.com (sorry, temp free hosting for development, it’s slow …)
    2. How can I get the foot menu to be displayed on mobile

    Thanks for your help
    Lionel

    #178078
    ll1960
    Participant

    Hi,
    Please forget about no2. just figured it out
    Cheers

    #178079
    Skandha
    Participant

    @ll1960: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:960px) {
    	#fixed-header-top {
    		background: -webkit-linear-gradient(#444, #222) !important;
    	}	
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #178089
    ll1960
    Participant

    Hello Skandha,
    Thanks for your swift response. Your code works. How can I get the sub menu entries to show reversed (hope the makes sense … my English is so so ) , eg. Like here nosa.org
    Cheers
    Lionel

    #178214
    Skandha
    Participant

    @ll1960: Hello Lionel,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .sub-menu.toggled-on {
        background-color: #fff !important;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Responsive menu’ is closed to new replies.