Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter [email protected]

    (@blackcmlcoxnet)

    This is still a problem. Any suggestions?

    Here is the link: https://graduatejobs.com/new/

    Try this mini-reset:

    #tcycle {
    	margin-bottom: 0;
    }
    .testimonial-widget {
    	margin-bottom: 0;
    }
    .testimonial-widget h5 {
    	margin: 0;
    }
    .testimonial-widget .content {
    	padding: 0;
    }
    .testimonial-widget .client {
    	display: none;
    }
    .testimonial-widget p {
    	margin-bottom: 0;
    }

    To skip loading the widget stylesheet altogether so you can style from the ground up, add this to your theme’s functions.php:

    /*
     * Skip loading of GC Testimonials stylesheet
     */
    function my_dequeue_styles() {
    	wp_dequeue_style( 'gctwidgetstyles' );
    }
    add_action( 'wp_enqueue_scripts', 'my_dequeue_styles', 99 );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘widget height’ is closed to new replies.