• Resolved whatupwithit

    (@whatupwithit)


    Hello everybody,
    I cant seem to find css for the big_title section and I want to make it a lot smaller, can anyone point out to me where I can find it

    Thankyou
    -sam

Viewing 10 replies - 1 through 10 (of 10 total)
  • Can you provide a link to your site?

    Thread Starter whatupwithit

    (@whatupwithit)

    No, its currently under stage production

    Thread Starter whatupwithit

    (@whatupwithit)

    Simply, the big title section is much too big, and I want to make it smaller, such as decreasing the buffer of a normal page,I know its not a normal page but more of a gap, but I still want to know how I could decrease this gap

    It’s REALLY hard to answer your question without being able to see it. Can you paste some code?

    Thread Starter whatupwithit

    (@whatupwithit)

    Thread Starter whatupwithit

    (@whatupwithit)

    https://www.ads-software.com/themes/zerif-lite/

    this is the theme im using, you would notice that right under the header there is a very large section where there is a title and buttons, I want to make this section smaller, so I went into the css editer and I couldnt find an option to make it smaller on the style sheet,
    sorry if Im being confusing

    in your ‘style.css’ file edit the following chunk of css:

    .header-content-wrap {
        background: rgba(0, 0, 0, 0.5);
        position: relative;
        -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
        box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
        padding: 285px 0 210px; <------ EDIT THESE NUMBERS
    }

    The first number is the distance for the top. leave the zero alone. and the third number is the distance for the bottom. hope that helps.

    Thread Starter whatupwithit

    (@whatupwithit)

    ahhh, thankyou so much, could you tell me how you found it? I was scouring the css file for so long and I just assumed it wouldnt be labled as header

    Use the ‘inspect element’ feature on your browser. Mark your post as resolved.

    Thread Starter whatupwithit

    (@whatupwithit)

    k

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to decrease the size of the big title section’ is closed to new replies.