• Resolved mathsmith

    (@mathsmith)


    Hi Hector,

    thank you for your great Plugin. It just started to work thanks to your advice. One more question. I want to display the headlines on the left side. Not centered. How can i fix it?

    Thank you

    mathias

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi there,

    I see that you (or your developer) already tried to change the text alignment without much success 😛 This is what you need to get it working:

    .wpp-post-title {
        display: block; /* Added by me */
        width: 100%; /* Added by me */
        text-align: left !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Align left’ is closed to new replies.