Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1374809

    chriscarr1951
    Participant

    Hi, its a bit weird but we have a double vertical scroll bar on edge and chrome (more visible on Chrome).

    Can we remove the 2nd scroll bar.

    see login below

    and screen shot

    #1374814

    chriscarr1951
    Participant
    This reply has been marked as private.
    #1375039

    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    
    body {
     
        overflow: hidden;
    }

    Hope it helps

    Joao

    #1375044

    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add this CSS at Appereance > Customizer > Custom > CSS :

    body {
        overflow: hidden;
    }

    Hope it helps!

    #1378844

    chriscarr1951
    Participant

    Thanks Guys

    Chris

    #1379216

    Friech
    Moderator

    You’re more than welcome Chris, glad we could help.

    Cheers!

    #1420110

    chriscarr1951
    Participant

    Hi for some reason the double scroll have come back !

    The code is added in the customiser OK

    Could you advise – I attach screen shots.

    Chris

    #1420114

    chriscarr1951
    Participant

    Hi for some reason the double scroll have come back !

    The code is added in the customiser OK

    Could you advise – I attach screen shots.

    Chris

    #1420142

    Thai
    Moderator

    Everything should be fine now.

    There was a syntax error in your custom CSS, I’ve already fixed it 🙂

    Regards!

    #1420316

    chriscarr1951
    Participant

    Thanks

    Chris

    #1420545

    Thai
    Moderator

    If you need anything else please let us know.