[Support request] Category / Tag meta wrap alignment

Home Forums Support [Support request] Category / Tag meta wrap alignment

Home Forums Support Category / Tag meta wrap alignment

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1321317
    Mike

    Hi,

    Where meta lists of categories or tags are so long that they wrap to the next line, the text on the newline starts under the category or tag icon. Is it possible to make the text wrap such that the text on the newline is under the beginning of the text above?

    
    ICON  This is the current situation where at this point of a 
    new line the text appears to start under the icon.
    
    ICON This is the desired situation where at this point of a 
         newline the text appears to start under the previous line of text, and not the icon.
    

    Hope that makes sense. Any suggestions?
    You can see this on my proof of concept site – url supplied.
    thanks
    Mike

    #1321639
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    footer.entry-meta > span {
        position: relative;
        left: 2em;
        width: calc(100% - 2em);
        text-indent: -2em; 
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.