New Landing How can we help? Themeforest Theme Support Dante Re-adding Post Header Spacing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #133994
    ronin
    Member
    Post count: 282

    Hi,

    I’ve rolled out the awesome Naked 8 layout to our whole site, and it works very well, but I’ve found the only shortcoming is that the posts and portfolios end up without the spacing between the page title and the start of the body.

    See here: http://www.zebidoodigital.com.au/ronindev/?p=177

    How can that spacing be re-added as a standard so we don’t have to use page builder on every single post?

    Also, on that same page, I’ve noticed the related articles and comment count headings are cropping the top of the fonts off. How can the height be expanded so this doesn’t happen? (This is something I’ve noticed happen on a lot of Dante builds we’ve made where it’s a Google font – something to look at in future versions?)

    cheers, Kurt

    #134161
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .single-post .inner-page-wrap {
      margin-top: 50px;
    }

    And this for the second issue:

    h4.spb-heading, h3.spb-heading, h4.lined-heading {
      padding: 15px 0;
    }

    – Kyle

    #134169
    ronin
    Member
    Post count: 282

    Thanks – with issue 1, how would we do the same thing for the portfolio?

    eg http://www.zebidoodigital.com.au/ronindev/?portfolio=pcf-branding

    cheers, Kurt

    #134187
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Change the top part to:

    .single-post .inner-page-wrap, .single-portfolio .inner-page-wrap  {
      margin-top: 50px;
    }

    – Kyle

    #134188
    ronin
    Member
    Post count: 282

    Thumbs up!

    Thanks.

    #134191
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

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

You must be logged in to reply to this topic.