• Resolved thisiserinkitch

    (@thisiserinkitch)


    Hi,

    I’m wondering if it’s possible to reduce the padding above the jumbotron title? There’s space there already but currently (for me) a bit too much.

    Thank you,

    Erin

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @thisiserinkitch,

    Thank you for your question.

    You can reduce its padding by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    
    body #header .bottom-header {
        padding-top: 200px;
    }

    You can adjust the value 200 in the above code to increase/decrease padding.

    Best regards,
    Vinod Dalvi

    Thread Starter thisiserinkitch

    (@thisiserinkitch)

    Thank you Vinod! That worked perfectly:)

    You are most welcome here ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reducing padding above jumbotron title’ is closed to new replies.