[Support request] Categories & Tag in Straight Line below Featured Image

Home Forums Support [Support request] Categories & Tag in Straight Line below Featured Image

Home Forums Support Categories & Tag in Straight Line below Featured Image

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1097928
    optimizeit

    Hi! I would like to have my Categories and Tags below the Featured Image in the Straight Line rather than in the right side of the featured image.

    Like this: https://i.imgur.com/rDkWTgp.png

    Thanks.

    #1098040
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (min-width: 769px) {
        body:not(.single) .inside-article {
            display: grid;
            grid-template-columns: auto auto;
        }
    
        body:not(.single) .entry-header {
            grid-column: 1 / -1;
        }
    }
    #1098069
    optimizeit

    I tried, It is breaking the mobile’s view.

    Screenshot: https://i.imgur.com/tGchVZb.png

    #1098081
    David
    Staff
    Customer Support

    Updated the code above so it doesn’t apply to mobile.

    #1098094
    optimizeit

    Hi! Okay, It’s working right now. I will see if it’s fine and let you know further.

    If you could please check this too and help me. I have to deploy the theme as soon as possible on the main website.

    Link: https://generatepress.com/forums/topic/remove-posted-date-show-updated-date-only/#post-1098072

    #1098388
    optimizeit

    Hi, I have few more thing.

    1. When I turn into the Mobile View of the Website. There is a lot of waste space between the text and image. If you could help me with that?

    Screenshot: https://i.imgur.com/kZVNtpR.png

    2. How can I reduce the excerpt word count specifically for the Mobile?

    Thanks.

    #1098498
    David
    Staff
    Customer Support

    Tom replied to your other topic.
    Looks like you resolved 1. Theres no simple way to reduce the excerpt for mobile only.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.