Okay
  Public Ticket #3233537
disable horizontal scroll
Closed

Comments

  •  3
    lkotyza started the conversation

    Hello, do you know why some pages are able to scroll horizontally? I think it does happen when I use flickity carousel on the page. 

    Thank you very much

    Best Regards

    Lukas

  •  1,877
    Judith replied

    Hi Lukas,

    Thanks for choosing Salient.

    I am not replicating this on your site. Please send a short video of the behaviour so that we can check whether we are missing something.

    Thanks.

  •   lkotyza replied privately
  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .container.main-content {
        overflow-y: visible !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    lkotyza replied

    Hello Tahir, thank you very much. I added your code to css, unfortunately that did not help. One thing I realise it only happens in safari, it is ok in chrome browser. Strange.

    Thank you

  •  8,839
    Tahir replied

    Thanks for the confirmation. 

    Escalating this to the developer for further response.

    Best 


    ThemeNectar Support Team 

  •  1,070
    ThemeNectar replied

    Hey lkotyza! 

    You'll need to set the row holding that carousel to "hidden" for the "overflow":

    9971326049.png

     Assuming you still want the same overflowing off-screen look, you can still get that by setting the same row to "Full width content" for the type and adding some left padding to keep the text from hitting the screen edge.

    Kind regards

  •  3
    lkotyza replied

    Ok, got it! That works, thank you very much

    Have a nice day

    Lukas