• Could someone please help me understand or explain to me how to fix the large amount of white space that is going on between the entry title on each page and the content?
    My website
    https://brushwiththelaw.org

    I would greatly appreciate any help or info

    Thanks,
    Maria

Viewing 3 replies - 1 through 3 (of 3 total)
  • Subrata Sarkar

    (@subrataemfluence)

    Hi,
    You can try by modifying the bottom margin of in your style.css
    (https://brushwiththelaw.org/files/wp-content/themes/twentyseventeen/style.css)

    
    .panel-content .entry-header {
      margin-bottom: 4.5em;
    }
    

    Try changing margin-bottom: 4.5em; to something like margin-bottom: 2em; and see if the white space decreases!

    Let me know if this works!

    Thread Starter maneos1123

    (@maneos1123)

    I tried changing what you said but did it in the customizing additional css in dashboard because of it not being a child theme and knowing when it updates those changes would be lost. But nothing happened. I tried making a child theme of twenty-seventeen but failed. Will try to make one in the future when I have the time to play around, but for now I really just want to get rid of that white empty space.

    Thread Starter maneos1123

    (@maneos1123)

    Okay, this is what I just wrote in the additional css
    .page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 0em;
    }
    and it seemed to work… At least for now =)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Entry Title and Content Large amount of White Space’ is closed to new replies.