New Landing How can we help? Themeforest Theme Support Dante Adding Post Category Inside Page Heading

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #236385
    Breechay
    Member
    Post count: 75

    Hey Swift Ideas,

    1. I need help with placing the post category inside the page heading slightly above the standard page title, inside the container. (See image attached)

    For the post category I figured using a class would do the trick, but I don’t know how to have it inside the page heading.

    `.supercategory {
    font-family: muli;
    font-size: 70%;
    background-color: black;
    color: white;
    padding: 1px 6px 1px 6px;
    }

    2. I would also like to center both elements

    ——–
    Lastly,

    3. Can you help me add padding on the left side of the sharing “widget” at the bottom of the page. I don’t know why they are so close to the edge. PS. they are wordpress built in sharing buttons. I disabled the theme’s in post meta.

    4. I need help removing the empty space between the comment system and the end of the article.

    I appreciate any help, thank you

    Attachments:
    You must be logged in to view attached files.
    #236831
    David Martin – Support
    Moderator
    Post count: 20834

    1) Unfortunalty, that is beyond the scope of support. You would need to seek a developer to assist you.

    2)

    To center your text:

    .page-heading .heading-text {
        float: none;
        text-align: center;
    }

    3)

    To improve your custom share plugin, you could test this:

    #content div.sharedaddy, 
    #main div.sharedaddy, 
    div.sharedaddy,
    #jp-relatedposts {
        clear: both;
        max-width: 1140px;
        margin: 0 auto;
    }

    4) What space are you referring to, please add a screenshot.

    Thanks.

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