Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #265106
    nairbnoslo
    Participant

    Is there a way to reduce the space in between the header and the body text?

    #265132
    tikaram
    Keymaster

    @nairbnoslo: Please post in your site URL or the link of the page so that I can help you with the css to reduce the space.

    Regards,
    Tikaram

    #265139
    nairbnoslo
    Participant

    Here’s my site URL:
    http://18.188.40.207/

    #265198
    tikaram
    Keymaster

    @nairbnoslo: login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 910px) {
    	.site-content {
    	    padding-top: 0;
    	}
    
    	.header-image-slider {
               margin-bottom: 0;
           }
    } 

    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    #265233
    nairbnoslo
    Participant

    This didn’t seem to change anything

    #265267
    tikaram
    Keymaster

    @nairbnoslo: You will need to change the header image. The image itself is taking more space as there is lot of space below the text of your image. Crop your header image covering the whole text and not allowing space below the image.
    Check you header image for reference.
    https://www.thestringtheoryband.com/wp-content/uploads/2020/11/header-1.png

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Is there a way to reduce the space in between the header and the body text?’ is closed to new replies.