Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #106430
    ve3eby
    Participant

    Regarding my new site: http://ve3eby.ca/

    I am using Clean Business Pro. In the theme instructions, the Slider image is stated as 1920px x 514px. This size does not conform to the slider. When I checked your Demo, the size was 1920px x 1080px. The latter size works well on my Windows 10 PC, but on an Apple iPad or Samsung Tablet, the upper portion of the image is cut off. The same happens when viewing the Catch Themes Demo.

    Any suggestions please?

    Regards,
    Paul Stuart

    #106448
    Mahesh
    Keymaster

    @ve3eby: This can be adjusted with some custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (max-width: 1024px) {
        #slideshow {
            margin-top: 200px;
        }
    }

    Regards,
    Mahesh

    #106485
    ve3eby
    Participant

    Ok, that has fixed things on the home page. Sorry, but I just noticed the same thing is happening on the other pages with the header image (only on mobile devices). Can that be corrected as well please?

    Thanks,
    Paul Stuart

    #106547
    Mahesh
    Keymaster

    @ve3eby: Please use the following CSS instead.

    @media screen and (max-width: 1024px) {
        #slideshow, 
        #header-featured-image {
            margin-top: 200px;
        }
    }

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured Slider Image Not Responsive’ is closed to new replies.