New Landing How can we help? Themeforest Theme Support Dante Issues with single post content and sidebar widths

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #110575
    mhote
    Member
    Post count: 394

    Hi, no link as still on localhost. I’m trying to do a few things a) better identify the single post section via a border (see attached) and b) change the widths of the post content area and right sidebar area. While I can figure this out in CSS, what might this impact elsewhere in the theme? Pages, shops, responsiveness? Any suggestions to achieve the same effect will help – couldn’t find a way to border the post content in options.

    Attachments:
    You must be logged in to view attached files.
    #110628
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    To border up the post add this to your custom css:

    .single-post .has-right-sidebar .page-content {
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 5px;
    }

    For the sidebar, it’s not recommended to change the width, as it will cause layout issues in other areas.

    – Kyle

    #110636
    mhote
    Member
    Post count: 394

    Thanks Kyle.

    I imagine changing padding should be okay, as long as width or margin stays they same?

    ie

    aside.sidebar.right-sidebar.col-sm-4 {
        padding-left: 55px;
        padding-right: 40px;
    }
    
    #110640
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yeah of course

    – Kyle

    #110641
    mhote
    Member
    Post count: 394

    Great, learning on the fly – thks!

    #110642
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 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