Slider at top of page not view correctly on mobile

Home Forums Porto – Responsive HTML5 Template Slider at top of page not view correctly on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10046017
    RRoberts
    Participant

    Hello. The slider at the top of the page is not reducing in width on mobile so that all of it can be seen. Only half is visible.


    #10046018
    Support
    Keymaster

    Hello, thanks for your purchase.

    To adjust that you can add this css:

    (css/custom.css)

    @media (max-width: 767px) {
        .custom-svg-style-1 {
            left: 48% !important;
        }
    }

    Change that number the way you think it looks better for you.

    Kind Regards.


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.