• Resolved katemegill

    (@katemegill)


    In this question in another post that was resolved: https://wordpress.org/support/topic/reducedelete-empty-space?replies=5

    you gave information to reduce the padding – how would I do that in the child theme? In the past (on this and other sites where I’ve used your different themes) you gave specific code to copy into the child theme and modify that. You said to copy line 200, but I don’t know how to get that without activating the parent theme (that always freaks me out, thinking I’ll lose all my child theme changes).

    Or do you know the code I’d need to copy into the child theme and modify with my pixel height?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I would need to know what part of the page you want to reduce the padding?

    Thread Starter katemegill

    (@katemegill)

    Sorry, I want to move the content up, so reduce the top of the page.
    On this page (for example) I want to reduce the space between the header border and the Graduation title:
    http://elizabethmegill.com/portfolio/portraits/graduation/

    For this one….the CSS which has the padding is found here around line 198:

    #content-wrapper {
    	padding:30px 0 50px;
    	background-color:#fff;
    	border-bottom:7px solid #bf7b7b;
    	font-size: 12px;
    	font-size: 0.750rem;
    	line-height: 22px;
    	line-height: 1.375rem;
    	color:#787b7f;
    }
    Thread Starter katemegill

    (@katemegill)

    PERFECT!! You are amazing and I love, love, love your themes!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reducing space below showcase header/above content’ is closed to new replies.