New Landing How can we help? Themeforest Theme Support Dante Removing space between Parallax section and full width text box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #48781
    rdcsi
    Member
    Post count: 5

    I am trying to remove the spacing between a parallax section and full width text element similar to the landing page on the theme preview. Any thoughts on how to achieve this?

    #49393
    Tekguild
    Member
    Post count: 171

    This CSS should do it:

    .spb_parallax_asset.alt-bg {
      	margin: 0 0;
    }

    It removes the top and bottom margin from the Parallax element – adjust to taste.

    #49396
    Tekguild
    Member
    Post count: 171

    Scratch that last reply – this is the correct code:

    `.spb_parallax_asset.alt-bg {
    margin-top: 0;
    margin-bottom: 0;
    }

    #49415
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    Please use the “Page Builder Override Classes” . Check out the advanced tips section of this area in the docs – http://dante.swiftideas.net/documentation/#swift-page-builder

    All the Best
    Tahir

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register