Need Issues Resolved

Home Forums All Other Themes Need Issues Resolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #149997
    Gabrielle DorrGabrielle Dorr
    Participant
    • Topics: 7
    • Replies: 2
    • Total: 9
    Member since: February 7, 2020

    Hi Chris,

    I have a few issues that need to be resolved on your Natural Herbs theme. Here is the website url: http://akn.evd.mybluehost.me/

    1) Fix crop of image on homepage slider. I want to see the full photo or close to it on the slider image. Here is a screenshot of the image: https://imgur.com/tQTL2RR

    2) Logo on homepage is stretched and not full size. Please fix or show me how to fix it.

    3) The slider images are moving vertically when they fade from one to the next. Can you please explain how to fix this?

    4) Fix crop of image on Primary Care page header. I want to see more of the woman’s face and mouth. Here is a screenshot of the image: https://imgur.com/Ye2tEp8

    Thank you,

    Gabrielle

    #150033
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi,

    1) Fix crop of image on homepage slider. I want to see the full photo or close to it on the slider image. Here is a screenshot of the image?

    Ans: Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .slider-main .nivoSlider {
        height:800px;
    }

    2) Logo on homepage is stretched and not full size. Please fix or show me how to fix it?

    Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .logo img { width:auto !important;}

    3) The slider images are moving vertically when they fade from one to the next. Can you please explain how to fix this?

    Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .nivo-main-image { height: auto !important;}

    4) Fix crop of image on Primary Care page header. I want to see more of the woman’s face and mouth. Here is a screenshot of the image?

    Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .page-id-285 .page_head {
        height:500px;
    }

    Regards,
    Dave

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