This topic has 5 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #114284
     ricky991
    Participant

    Hello,

    i need to change the padding from the post title and the content.
    I’ve used this CSS in Custom CSS:

    .single .entry-title {

    padding-bottom: 0px;

    margin-bottom: 0px;

    }
    but it doesn’t work.. how can i fix it?

    Attachments:
    You must be logged in to view attached files.
    #114719
     Radu
    Moderator

    Hi,

    Use this

    COPY CODE
    #main-container .wrap-content h1.page-title {
        padding: 0 !important;
        margin: 0 !important;
    }

    Add the css to wp-admin -> theme options -> general settings -> quick css

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #114771
     ricky991
    Participant

    Thank you, it works! Doesn’t work with posts in homepage

    #114838
     Radu
    Moderator

    Ok

    Add this after that css

    COPY CODE
    h2.article-title.entry-title {
        padding: 0 !important;
        margin: 0 !important;
    }

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #114929
     ricky991
    Participant

    All works! Thank you

    #115064
     Radu
    Moderator

    You’re welcome

    I will mark the topic as resolved

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?