New Landing How can we help? Themeforest Theme Support Dante minimum height (Parallax an Fancy header)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #72040
    fercafer
    Member
    Post count: 28

    I want a specific heigh to a parallax section (about 20px). I inserted the next custom css

    .spb_parallax_asset.your-class {
    height: 20px;
    }

    But doesn’t work.
    Is it possible this heigh? Is there a setting limitation?.

    Thank you in advance!

    #72411
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You would need to remove the padding

    .spb_parallax_asset.your-class {
    height: 20px;
    padding-top:0;
    padding-bottom:0;
    }

    – Kyle

    #72789
    fercafer
    Member
    Post count: 28

    Ok, thank you

    And set the height of head-page??? (where it is breadcrumbs)

    #72874
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this:

    .page-heading {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    Change the padding as you wish

    – Kyle

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