Justify Post and Widget text at Home

WordPress Themes, Plugins and HTML Templates Forums Bandana WordPress Theme Justify Post and Widget text at Home

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3552
    Gerardo Pandolfi
    Participant

    HI, do you know the CSS code to justify the post and widget text for the home (blog home)?

    Website: gerardopandolfi.com

    Thanks

    #3575
    admin
    Keymaster

    You may use following CSS snippet.

    
    /* Justify Elements up to Small Devices i.e. 544px */
    @media (max-width: 544px) {
      
      /* Target Elements */
      .entry-summary,
      .textwidget {
        text-align: justify;
      }
    
    }
    

    Thanks

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