Customize scrollbar
9 years 6 months ago - 9 years 6 months ago #30933
by DGospy
Customize scrollbar was created by DGospy
Hello,
I was wondering if there is a way to customize the scrollbar in template creator ck.
I explain what i need to do:
I need to have a part of the template (see image attach: the blue list on the left) with a certain height (for example 300 px).
I found a way to do this adding some css in the section "custom CSS". I add this:
#left {
height: 200px;
overflow-x: hidden;
overflow-y: scrolling;
}
Now i need to personalize the "look" of the bar. So i have installed another extension for that, but it only works with the scrollbar of the entire page (see image attach).
Maybe someone have any idea to do this?
Thanks!
I was wondering if there is a way to customize the scrollbar in template creator ck.
I explain what i need to do:
I need to have a part of the template (see image attach: the blue list on the left) with a certain height (for example 300 px).
I found a way to do this adding some css in the section "custom CSS". I add this:
#left {
height: 200px;
overflow-x: hidden;
overflow-y: scrolling;
}
Now i need to personalize the "look" of the bar. So i have installed another extension for that, but it only works with the scrollbar of the entire page (see image attach).
Maybe someone have any idea to do this?
Thanks!

Last edit: 9 years 6 months ago by DGospy.
Please Log in or Create an account to join the conversation.
9 years 6 months ago #30935
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Customize scrollbar
Hi
I don't think that this is related to template creator. You shall ask the extension developer that you use to customize your sidebar, and ask him how to manage to customize also something else
how use a technique like this
www.codeproject.com/Tips/674478/Customize-Scrollbars-using-CSS
CEd
I don't think that this is related to template creator. You shall ask the extension developer that you use to customize your sidebar, and ask him how to manage to customize also something else

how use a technique like this
www.codeproject.com/Tips/674478/Customize-Scrollbars-using-CSS
CEd
Joomlack Webmaster and Developer
The following user(s) said Thank You: DGospy
Please Log in or Create an account to join the conversation.
Time to create page: 0.205 seconds