Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @irmin74,

    Please share your site URL where you are facing the issue so we can solve your problem.

    Thank you

    Thread Starter irmin74

    (@irmin74)

    My site is under construction. It is not published yet, so I can’t give u URL at the moment.
    I wanted a list (not a text )in the boxes, so I used a code <br> to separate the phrases. But now the list looks like an hourglass. The whole list’s text is justified and it does not look right.
    I would like it to be aligned to the left. I hope you understand what I mean

    Hi @irmin74,

    if you have an alignment problem in your showcase boxes apply the below css code in your custom css but we don’t know about your showcase post id so in your css you have to change the post id in css code. here post id is 33.
    you have to change 33 to your plugin post id.

    #wpsm_service_b_row_33 .wpsm_serviceBox .wpsm_service-content p {
        text-align: left;
    }

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘text alignment in boxes’ is closed to new replies.