Viewing 1 replies (of 1 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Hi,

    Thanks for including a link. I see two ways to handle that.

    1. Combine widgets 2 and 4 so you only have two widgets in that row. Altitude Pro will adjust the widget width accordingly.

    2. Add some custom CSS to the stylesheet or the Customizer’s Additional CSS section or via plugin like Simple Custom CSS.

    /* Strong Testimonials front page slideshow widget: */
    
    /* remove widget padding */
    #front-page-4 .strong-testimonials-view-widget {
    	padding: 0;
    }
    
    /* remove slideshow border */
    #front-page-4 .strong-testimonials-view-widget .wpmslider-viewport {
    	border: 0;
    }
    
    /* remove testimonial inner border */
    #front-page-4 .strong-testimonials-view-widget .testimonial-inner {
    	border: 0;
    	padding: 40px;
    }
    

    And maybe:

    
    /* maybe adjust testimonial padding */
    #front-page-4 .strong-testimonials-view-widget .testimonial-inner {
    	padding: 40px;
    }
    

    Then it should look like this: https://screencast.com/t/R0MuJpEbvwv

Viewing 1 replies (of 1 total)
  • The topic ‘Testimonial expand width’ is closed to new replies.