Issue with a customized CSS
-
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.
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
Great, it works. I added also on tablet and landscape mode. Thank you really much!
The topic ‘Issue with a customized CSS’ is closed to new replies.