Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #168313

    Hello, the website is http://rcgauto.staging.wpengine.com/ (hosted on WPengine)

    I need assistance styling the slider so that when the screen is adjusted the formatting remains consistent.

    Specially how do I center the text or what formatting can I apply to it,

    Thanks

    #168882

    Hello rcgroup!

    Please add following code to Quick CSS in Enfold theme options

    span.ls-s-1 { text-align: left; }
    @media only screen and (min-width: 989px) and (max-width: 1140px) { span.ls-s-1 span { font-size: 22px; } }
    @media only screen and (min-width: 768px) and (max-width: 988px) { span.ls-s-1 span { font-size: 17px; } }
    @media only screen and (min-width: 989px) and (max-width: 1140px) {  span.ls-s-1 { left: 5px; } span.ls-s-1 span { font-size: 11px; } }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Assistant in Styling the Slider’ is closed to new replies.