Topic Resolution: Resolved
  • Closed
  • Leo Mürz
    Spectator
    25.02.2016 at 14:32 #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
    26.02.2016 at 00:58 #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
    26.02.2016 at 08:17 #24705

    This worked flawlessly for me, thank You!!

    Denzel Chia
    Moderator
    Posts: 2656
    26.02.2016 at 08:20 #24707

    You are welcome !