[Resolved] Misalignment of meta data

Home Forums Support [Resolved] Misalignment of meta data

Home Forums Support Misalignment of meta data

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #934268
    manaadiar

    Hi there.. I am a GP Premium client.. Please see this screenshot https://shippingandfreightresource.com/wp-content/uploads/2019/06/GPissue1.png..

    After the last update of GP, the alignment of the fields seems to have gone and also the icons for Categories, Tags, Author etc which were there are missing..

    Basically, I want the block to show as below.. I had done this in the past, but forgot where i changed it.. Pls give me an option wherein it will not change when there is an update as i am using a child theme..

    12 June, 2019 by Hariesh Manaadiar
    Categories (to be replaced by the Categories fa Icon) Freight Container, Technology
    Tags (to be replaced by the Tags fa Icon) Contopia, Freight Container, Loginno, Shipping container, Smart Container
    (To show Comments fa Icon) Leave a comment
    (To show Reading time fa Icon) Estimated reading time = 7 minutes

    #934455
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try adding this CSS:

    .entry-header .cat-links, 
    .entry-header .tags-links,
    .entry-header .comments-link {
        display: block;
    }
    
    .entry-header .cat-links:before, 
    .entry-header .tags-links:before,
    .entry-header .comments-link:before {
        display: inline-block;
    }

    Let me know πŸ™‚

    #934466
    manaadiar

    Worked like a charm.. πŸ™‚ Thanks..

    #934469
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

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