Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: Parallax Padding / Page builder padding remove #39012
    jasonyoshi
    Member
    Post count: 2

    Hey dani_s,

    After reading through the documentation the theme developers have placed default padding and margins into the elements.

    By placing some CSS into the theme options> Custom CSS/Js – You can remove it and it will but up to the top of the header. It will also allow you to stack two of them together on top of each other. There is a grey line that will need to be removed from the edge as well.

    I had a developer do this for me. This is the CSS that I see in there. You may want to try this (I can’t guarantee it will work on your theme ) I also am working on the child theme for my development. Remember this is only targeting the parallax element and overriding the themes CSS but keeping the original CSS there.

    .spb_parallax_asset.parallax-stellar {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
    }

    @ ED – If I’ve explained this wrong please jump in and correct me.

    Happy holidays!

    in reply to: Parallax Padding / Page builder padding remove #38944
    jasonyoshi
    Member
    Post count: 2

    Hello,

    Yes I made sure I did that. It works for the bottom as I noticed content is tight to the footer. I’ve attached a screen shot of my header and the spacing.

    Thanks,
    J

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