[Resolved] I need help with following:

Home Forums Support [Resolved] I need help with following:

Home Forums Support I need help with following:

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #910629
    Leo
    Staff
    Customer Support

    Remove that and try this instead:

    @media (max-width: 768px) {
        .entry-header {
            text-align: center;
            border-bottom: 1px solid #000;
        }
    }
    #910920
    Ravi Dixit

    It is making my title and meta aligned left but I want it in the center only on mobile view.

    #911403
    Leo
    Staff
    Customer Support
    #911837
    Ravi Dixit

    It is working…
    As I said, I want to control line length also. So Please help…

    #912270
    Leo
    Staff
    Customer Support

    The width cannot be controlled in border property unfortunately.

    Try creating a new hook:
    https://docs.generatepress.com/article/hooks-element-overview/

    With this as the content:
    <div class="border"></div>

    And select after_entry_header.

    Then display for all posts.

    Do that first and let me have another look 🙂

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.