• Resolved legendarymage

    (@legendarymage)


    Hi there,

    I created a new slide-in and I’m very happy with it. However, there is a white border/padding issue that I just can’t find the setting for in appearance. Can you please tell me what settings to apply to just use the background image as the container? I’m not interested in any margins and white spaces external to the image used within the size of the slide-in. Thanks.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @legendarymage,

    It seems that there’s a shadow that is causing this, can you try going to Appearance > Customize > Additional CSS field in your WP admin and add this CSS code in there:

    .hustle-ui.module_id_4 .hustle-slidein-content {
        box-shadow: none!important;
        -webkit-box-shadow: none!important;
    }

    That should remove the shadow and take care of this issue.

    Cheers,
    Predrag

    Thread Starter legendarymage

    (@legendarymage)

    Hi,

    Thanks a lot for your answer.

    Just to be clear, we’re talking about adding this to the theme’s CSS, or the additional CSS ‘within’ the slide-in (since there seems to be an option to add CSS there too).

    If you prefer, feel free to answer in your native language, I’ll understand. ??

    Thanks,
    Aleksandar

    Thread Starter legendarymage

    (@legendarymage)

    I’ve added the code in the css file and also made the updated minified version, purged siteground cache but it still seems to have that white padding issue on the left. Can you confirm that you still see it?

    Hi @legendarymage,

    If you don’t mind I’ll keep it in English in case others stumble upon our conversation and find it useful ??

    I can indeed still see it and I can see that the code I shared is not actually loaded on page.
    What I did also see (which I missed previously) is that this is actually one of the preset layouts that you are using so instead of the CSS we can sort it out directly from settings, sorry for missing it before.

    So you can remove the code that I shared and instead go to Hustle > Slide-ins and edit your Slide-in.
    Switch to Appearance tab and scroll down to “Advanced” section.
    In there expand “Main Layout” and at the bottom of it you will see “Box Shadow” values, set all of those to 0 and that should do the trick.

    Let me know if it worked.

    Cheers,
    Predrag

    Thread Starter legendarymage

    (@legendarymage)

    Thank you very much Mr. support hero! ??

    Exactly what I needed.

    I was wondering what setting that was and could never find it, didn’t think it would be shadows doing that. Rather some element’s margins or paddings.

    Thanks a lot! ??

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @legendarymage

    You are welcome.

    I’m marking this ticket as resolved, feel free to let us know if you have any further question.

    Best Regards
    Patrick Freitas

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘White padding issue’ is closed to new replies.