x

scroll bars dont show in my website

i have a big website (large) and very customized in css / html by me and ive deleted a line of code that contains scroll bars and i dont know what is it and how to get it back please help me !!! .....

3,585 Views
Message 1 of 7
Report
1 Best Answer

Best Answer

hey @TheWolf987,

Just make sure to add one of the following line of code to your CSS depending how you want the scrollbar to appear. 

overflow-x:scroll; /*Adds a horizontal scrollbar to your element div.*/

overflow-y:scroll; /*Adds a vertical scrollbar to your element div.*/

Hope this can help!

View Best Answer >

Tags (1)
3,576 Views
Message 8 of 7
Report
6 REPLIES 6

Best Answer

hey @TheWolf987,

Just make sure to add one of the following line of code to your CSS depending how you want the scrollbar to appear. 

overflow-x:scroll; /*Adds a horizontal scrollbar to your element div.*/

overflow-y:scroll; /*Adds a vertical scrollbar to your element div.*/

Hope this can help!

Tags (1)
3,577 Views
Message 8 of 7
Report

@TheWolf987:

It seems that you are doing lots of custom coding.  You may want to use http://www.w3schools.com/....ask your question in google and it will take you to that page....enjoy.

3,562 Views
Message 8 of 7
Report

Smiley Tongue
3,555 Views
Message 8 of 7
Report

i don't know where to put it exactly i have bradley theme thak you for your help
3,555 Views
Message 8 of 7
Report

It is an easy fix!!!

Can you do it in Weebly Edit Product Page to resolve this problem?


@Ŧrīnīty wrote:

hey @TheWolf987,

Just make sure to add one of the following line of code to your CSS depending how you want the scrollbar to appear. 

overflow-x:scroll; /*Adds a horizontal scrollbar to your element div.*/

overflow-y:scroll; /*Adds a vertical scrollbar to your element div.*/

Hope this can help!


2,746 Views
Message 8 of 7
Report

I have the same problem, where do I paste that line of code?

690 Views
Message 8 of 7
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.