How To Modify Kreativa Template's Inner-wrapper-sticky Class Css For The Category Module - Question | JoomShaper

How To Modify Kreativa Template's Inner-wrapper-sticky Class Css For The Category Module

A

ALLFIZZ

Helix Framework 10 months ago

Hello,

I'm working on a website, and would like some help with a css issue I'm currently facing. In this page, I have a " Catégories " module that can rise up when scrolling down the page. However, when doing so, the module's title is hidden behind the header as shown here. bugged css

Looking at the CSS in firefox's inspector, I saw that there was a " top: 100px " property that I could temporarily modify (to 140px) to make it visible (See Image below) but I can't find how to change it permanently. I tried searching for the file that would contain said element (a div) and its corresponding CSS, but to no avail. working css

Thus, would there be a way to slide down the module a little so that the Title is visible ?

Thank you.

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #179767

Hi,

Please use below Custom CSS, and it will correct that:

.left-sidebar .inner-wrapper-sticky {
  top: 140px !important;}

default value is 100px, and adding extra 40px will give needed top space.

Of course you can use different value.

0
A
ALLFIZZ
Accepted Answer
10 months ago #179769

Thank you very much !!!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #179775

you're welcome. Mark as solved.

0