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

    I have a website and I have a full width slider. The caption is on the right but is justified left paragraph. When I shrink it to mobile though it become right justified. Why is this?

    #868627

    Hey mcraig77,

    It’s the design we decided looked best, do you want to change it?

    Best regards,
    Rikard

    #869332

    Yeah, Can I have it left justified like the other text on mobile?

    #869594

    Hi mcraig77,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .caption_right .slideshow_align_caption {
        text-align: left;
    }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #885804

    Thanks!

    #885816

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile Justification Question’ is closed to new replies.