Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1237395

    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

    #1237451

    Hey bencottrell,

    Best regards,
    Victoria

    #1237457

    thanks
    where do I find quick css?

    #1237508

    Hi bencottrell,

    Go to Enfold > General Styling, scroll to the bottom and you should see QUick CSS there.

    Best regards,
    Nikko

    #1237514

    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

    #1237523

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.