-
AuthorPosts
-
February 21, 2018 at 11:53 pm #915781
there is a little problem here: https://imgur.com/a/nIvT3
A: space between text
B: can you help me to center this. the small arrow down, the picture and the text :)
Thanks, Alex
February 22, 2018 at 12:12 am #915786Hey diefleischerei,
I see, please try adding the following to quick css.
For the text issue:
.avia-testimonial-meta-mini{ line-height:30px!important; } .avia-testimonial-name{ line-height:30px; }
For the arrow:
.avia-slider-testimonials .avia-testimonial-arrow-wrap{ left:50%!important; }
Best regards,
Jordan ShannonFebruary 22, 2018 at 1:27 pm #916026hey Jordan, it looks good https://imgur.com/a/luHfp
Thank you very much. Only the images of the customer reviews are not centered. can you help me to fix this :)
And i want to increase the space here also : https://imgur.com/a/Q9EhU
Greetings, Alex
- This reply was modified 6 years, 9 months ago by diefleischerei.
February 22, 2018 at 8:10 pm #916277Hi,
Add this to quick css for the spacing:
.avia-testimonial_inner .avia-testimonial-content.av_inherit_color p{ line-height:30px!important; }
I’m still looking into the best method for the image.
Best regards,
Jordan ShannonFebruary 22, 2018 at 8:44 pm #916325Thanks Jordan :) Only the image is a little tricky :) :) :)
And do you have maybe a solutions for my header problem? https://kriesi.at/support/topic/get-color-section-51px-high/
February 22, 2018 at 9:09 pm #916338Hi,
Do you have any additional custom css that may be effecting the image position?
The other issue will be addressed in that thread.
Best regards,
Jordan ShannonFebruary 23, 2018 at 1:55 pm #916682OK, i have solved the problem in the other thread :)
This is the code is usw. Maybe there is an error inside. can you help me here. Greetings, Alex
/*Kundenmeinungen größer*/ .avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image { width: 200px !important; height: 200px !important; display:table !important; margin:0 auto !important; } .avia-testimonial-meta-mini { text-align: center; } /*Kundenmeinungen zentrieren */ .avia-testimonial-image {float: none!important; } .avia-slider-testimonials .avia-testimonial-arrow-wrap{ left:50%!important; } /*Kundenkommantar größere schrift */ .avia-testimonial-content p { font-size: 24px !important; } .main_color strong.avia-testimonial-name, .main_color .avia-testimonial-subtitle {font-size: 24px; } /*Kundenkommantar Zeilenhöhe */ .avia-testimonial-meta-mini{ line-height:30px!important; } .avia-testimonial-name{ line-height:30px; } .avia-testimonial_inner .avia-testimonial-content.av_inherit_color p{ line-height:30px!important; }
February 23, 2018 at 10:30 pm #916891Hi,
If you comment out/remove everything except what I gave you does this issue resolve?
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.