Topic Resolution: Resolved
  • Closed
  • Leo Mürz
    Spectator
    February 25, 2016 at 2:32 pm #24666

    Hello, i just upgraded to Plus.

    I have a Question however:

    How can i align the menu Symbol in mobile View to the left or right instead of center?

    And can i disable the search bar just for mobile view?

    Example: http://d.pr/i/13xIs

    Denzel Chia
    Moderator
    Posts: 2656
    February 26, 2016 at 12:58 am #24687

    Hi,

    Use the following in Theme Options -> Custom CSS

    .dd-selected-text {
    float: left !important;
    }
    @media screen and (max-width:768px){
    .searchform {
    display: none !important;
    }
    }

    Thank you

    Leo Mürz
    Spectator
    Posts: 5
    February 26, 2016 at 8:17 am #24705

    This worked flawlessly for me, thank You!!

    Denzel Chia
    Moderator
    Posts: 2656
    February 26, 2016 at 8:20 am #24707

    You are welcome !