AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: rvalani on September 27, 2016, 05:28:04 PM

Title: How to edit testimonial block
Post by: rvalani on September 27, 2016, 05:28:04 PM
Hi, I have increased my font-size and now the testimonial goes out of line Can someone tell me where is this coming from I tried changing width on flexslider.js but it doesn't work

Title: Re: How to edit testimonial block
Post by: Ollie on September 27, 2016, 07:55:08 PM
Hi, I have increased my font-size and now the testimonial goes out of line Can someone tell me where is this coming from I tried changing width on flexslider.js but it doesn't work

Check out the settings for #testimonialsidebar in /store/storefront/view/default/stylesheet/style.css
To edit the content of the Testimonials block, log in to store Admin then select Design > Blocks. Look for "testimonials" under Name.
Title: Re: How to edit testimonial block
Post by: rvalani on September 30, 2016, 12:15:32 PM
Hi, I have increased my font-size and now the testimonial goes out of line Can someone tell me where is this coming from I tried changing width on flexslider.js but it doesn't work

Check out the settings for #testimonialsidebar in /store/storefront/view/default/stylesheet/style.css
To edit the content of the Testimonials block, log in to store Admin then select Design > Blocks. Look for "testimonials" under Name.

I did try to change the settings but it doesn't help:
#testimonialsidebar { padding-bottom:40px }
   #testimonialsidebar .flex-direction-nav { display:none }
   #testimonialsidebar ul. slides > li {
   }
   #testimonialsidebar .flex-control-paging { bottom:0px }
   #testimonialsidebar .flex-control-paging li { float:right }
   #testimonialsidebar .flex-control-paging li a { height:10px; width:10px }


Can you help me which CSS to modify?