• Resolved jurgs

    (@jurgs)


    Hi there!
    In am using WP and the Livemesh grid Masonry layout for blog.
    Theme that we are using is Mr. Tailor.
    Website is not yet live so we can’t link to our website yet….

    But here’s the question: I want to outline the blog text left, instead of centered. How can I do that?
    Using the code from this topic (https://wordpress.org/support/topic/styling-the-grid-widget/) did not work when noting it at custom CSS.

    thank you!

    • This topic was modified 9 years, 8 months ago by jurgs.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author livemesh

    (@livemesh)

    Can you pls try this and see if it works?

    
    .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-entry-text-wrap {
        text-align: left !important;
        margin: 20px 0;
    }
    
    .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-summary:before {
        text-align: left !important;
        margin: 0 0 15px;
    }
    
    Thread Starter jurgs

    (@jurgs)

    Hi @livemesh,

    Thanks for your quick reply! I have tried to put this custom code into our Custom CSS in the Childs theme and saved it, but unfortunately it didn’t work :-(. There weren’t any changes to the blog text alignment. Do you have another suggestion? Thanks in advance!

    Kind regards,
    Sharon

    Thread Starter jurgs

    (@jurgs)

    @livemesh, thanks. Will mail via the contact-us form.
    Can you let us know when you are logging in? Thnx.

    regards

    Plugin Author livemesh

    (@livemesh)

    Have replied to the email with the right custom CSS-

    .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary {
        text-align: left;
    }
    • This reply was modified 9 years, 7 months ago by livemesh.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Livemesh post grid left outline’ is closed to new replies.