• Hello,

    Is there anyway to achieve the above mentioned customization?

    Thanks in advance,

    Sandra

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You will want to use custom .css (There is a space to add this in the customizer)

    The gray box around the title is defined with these:
    .archive-description, .author-box {
    background-color: #f9f9f9; (you don’t have to include css that will stay the same)
    font-size: 16px;
    font-size: 1.6rem;
    padding: 80px; (change this in your custom .css)
    }

    The white space under the gray boxy is defined here:
    .archive.genesis-author-pro .archive-description, .archive.genesis-author-pro .breadcrumb, .archive.genesis-pro-portfolio .archive-description, .archive.genesis-pro-portfolio .breadcrumb {
    margin: -80px -80px 80px;
    }

    The nice thing about the customizer is you can try and see the change without saving it.

    • This reply was modified 5 years, 6 months ago by Kim White.

    Related question. I would like to remove the box and the word “library” from the page, just leaving images for the books. Any guidance?
    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Minimize spacing between “library” heading and the book images’ is closed to new replies.