Home Forums Basel support forum Issue with a customized CSS

Issue with a customized CSS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9992

    Giulio
    Participant

    Hi there,

    I have a problem with a CSS that I use to justify all texts inside body fields and that I’ve past in Global Custom CSS:

    .wpb_text_column p {
    	text-align:justify!important;
    }

    I would to de-activate this feature, but only in the case that you can look on the screenshot by smartphone. Instead From desktop is great!

    Thank you very much!

    Attachments:
    You must be logged in to view attached files.
    #9999

    Artem Temos
    Keymaster

    Hello,

    Try to add this code to the Custom CSS for mobile devices only

    .sidebar-inner  .wpb_text_column p {
    	text-align:center!important;
    }

    Regards

    #10004

    Giulio
    Participant

    Great, it works. I added also on tablet and landscape mode. Thank you really much!

    #10007

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Issue with a customized CSS’ is closed to new replies.