Hi
Im using Enfold and my pages all have left aligned text on desktop
when I make the screen smaller (responsive) it is still left aligned
however when I use mobile, the text is centered – I would like it left aligned also
Hey bencottrell,
Best regards,
Victoria
thanks
where do I find quick css?
Hi bencottrell,
Go to Enfold > General Styling, scroll to the bottom and you should see QUick CSS there.
Best regards,
Nikko
thanks – but I still have centered text on mobile
I’ve already changed the code to
section.av_textblock_section p {
text-align: left;
font-size: 14px
Hi bencottrell,
I have checked your site and it’s left aligned on mobile when I checked, but you can also try to add this CSS code in QUick CSS:
@media only screen and (max-width:767px) {
#top .avia_textblock,
#top .avia_textblock p {
text-align: left !important;
}
}
Best regards,
Nikko