Home Forums WoodMart support forum Sliders problem

Sliders problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #615541

    kamran1331
    Participant

    Hello,
    i have problem the Titel-Text on Slider is not to see and on the top is 40px padding-block can this delete drom dashboard or must change css?

    https://snipboard.io/YCSIEx.jpg
    https://snipboard.io/NuHexJ.jpg
    https://snipboard.io/u0f7We.jpg

    Admin login in Private Message

    Thanks.

    #615543

    Artem Temos
    Keymaster

    Hello,

    To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.

    body .wd-slider .wd-slide:is(.wd-slide-prev,.wd-slide-next) [class*="wd-animation"] {
        opacity: 1;
    }

    Kind Regards

    #615552

    kamran1331
    Participant

    ok. thanks. and about
    padding-block: 40px ?

    #615584

    Artem Temos
    Keymaster

    Try to add the following code snippet also. This issue will be fixed in the next update

    .home .wd-header-overlap .wd-content-layout {
        padding-top: 0;
    }

    Kind Regards

    #615588

    kamran1331
    Participant

    this:
    .home .wd-header-overlap .wd-content-layout {
    padding-top: 0;
    }

    dont help.((

    The code wich do that is:
    .wd-content-layout {
    padding-block: 40px;
    }

    if i will this change, this can make problems in future?

    #615599

    Artem Temos
    Keymaster

    You need to replace the custom code with the following one

    .home.wd-header-overlap .wd-content-layout {
        padding-top: 0;
    }

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)