• Resolved ebaugh

    (@ebaugh)


    Hi, I have been unable to reduce the size of padding in my content underneath the header and above my slider. I have read many forums but I have been unable to locate the proper place to edit within the style.css (using firebug to locate) and also using the edit css addition. I would appreciate any help!

    https://upstreamalliance.org/

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • you padding is added using inline CSS which is not ideal, you can still fix it by adding the following code at end of your style.css file but the ideal solution would be to remove the inline css from the template file.

    here is the code..

    body.hero-image .hero.without-featured-image{
    padding-top:250px!important;
    }
    Thread Starter ebaugh

    (@ebaugh)

    Wow, thank you! It worked right away. I’ve been trying it for hours and you immediately solved my problem. Awesome!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot reduce padding within content’ is closed to new replies.