Edit blog by wordpress & theme

  • Unknown's avatar

    Hi there. i have read i have to keep the footer “blog by wordpress & my theme”, which is fine i just want to adjust it so that type size is smaller and fits under my contact details with the line rule below. Or if that is a problem can reduce the space on either side of the line rule?

    Can you help me here?

    The blog I need help with is: (visible only to logged in users)

  • You would be welcome to clear up some of the extra space, so long as you aren’t hiding the footer credits. Here’s how:

    .site-footer .secondary {
    	height: 0px;
    	padding: 0px !important;
    }
    
    .site-footer .credits {
    	padding-top: 0px !important;
    	padding-bottom: 0px !important;
    }
  • The topic ‘Edit blog by wordpress & theme’ is closed to new replies.