• Closed
  • January 24, 2018 at 5:58 am #36335

    Hi, urgent issue once again.
    When I view an Evolve+ based site on a smartphone browser, the three horizontal bars representing the navigational menu are coming up in the centre. How can i change this to come to either left or right? Also is there any way to remove the bordered boxes that show (like a table) once the drop down is activated?
    Thanks
    Samit

    Priyank
    Spectator
    Posts: 747
    January 24, 2018 at 8:21 am #36340

    Hii,

    If We change navigational menu icon on left or right then Add Custom CSS On Additional CSS area.

    @media (max-width: 768px){
    #wrapper .dd-container {
    text-align: left;
    }
    #wrapper .dd-options {
    border: none;
    }
    }

    Thank You.

    Samit Roychoudhury
    Spectator
    Posts: 20
    January 24, 2018 at 8:30 am #36341

    Thank you Priyank,
    The Menu has now moved to the right.
    Unfortunately the table borders have not completely gone. They are just lighter.
    Samit

    Priyank
    Spectator
    Posts: 747
    January 24, 2018 at 10:32 am #36345

    Hii,

    Add Custom CSS On Additional CSS area.

    #wrapper .dd-options li{
    border: none;
    }

    Thank You.

    Samit Roychoudhury
    Spectator
    Posts: 20
    January 24, 2018 at 10:40 am #36346

    Perfect!
    Thank you so much.

    Priyank
    Spectator
    Posts: 747
    January 25, 2018 at 6:06 am #36356

    Welcome!!