• Resolved Mohamed_belal

    (@mohamed_belal)


    Hi,

    Thanks for the theme and support,
    I am facing trouble with hero image size specially when I change to full width I lose the required scale for mobile, When I use inspect element to see the code I could reach my target on laptop and mobile using this code
    element.style {
    padding-top: 10%;
    padding-bottom: 10%;
    }

    And when i open css editor can’t find this part to change padding-top: 10%; to padding-top: 25%;
    Please tell me the right code to change it.
    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author FameThemes

    (@famethemes)

    Hi @mohamed_belal,

    If you want to change the hero padding value, please see in Customize => Section Hero => Hero Settings: https://cl.ly/3t2e460y3f2R

    But if you want to change for mobile, add this to Customize => Additional CSS:

    @media (max-width: 768px ) {
    .hero-slideshow-normal .container { padding-top: 15% !important; padding-bottom: 15% !important; }
    }

    Let me know!

    Thread Starter Mohamed_belal

    (@mohamed_belal)

    its now ok thanks a lot

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

The topic ‘hero background image’ is closed to new replies.