Fix image height on blog slider
I'm looking for a trick to fix the height of elements in Muffin Builder's "Blog Slider" : actually, pictures changes of height, but I think it would be better to fix height to keep the page clean.
Also, could you help me to insert properly the article excerpt in place of the big "Read More" button (And only keep a simple thin link to the article)?
Thanks a loooooooot !!! =D
Comments
1) Please make a screenshot of what you mean with necessary changes and send us also url to your website so we can have a look on it.
2) Excerpt works as default what you can see at http://themes.muffingroup.com/betheme/blog so if you want to modify it, then we also need screenshot with explanation + link to page.
Here is the screenshot of what I'm looking for !
Thanks !!
.blog_slider .blog_slider_ul li .item_wrapper a.button { display: none !important; }But we don`t understand what you exactly want to do with height for this slider. Do you want to increase this height or what? Please also send us url to your website so we can have a look what images you have and if there is anything what we can do for you in this case.Maybe I can use any other Muffin Builder module to get this result ?
For the picture height, when I chose 2 images with different sizes, I use them as "A la Une" (principal picture), size is not set with a default height, and I can't ask every user of the website to resize every picture!
You could find the website here : http://mkclub.fr
Thank you !
Thanks again !
Thanks for understanding!
Thanks
http://piedallu.me/raphael/mk.jpg
I want to decrease the picture size, or set the height myself
Thanks !
But if above solution won`t help, then probably you need to have a look into functions/theme-functions.php and play with below line: more info about this function you can read at http://codex.wordpress.org/Function_Reference/add_image_size
Also you can try to use below css but this will distort images inside blog slider:
.blog_slider .blog_slider_ul img.scale-with-grid { max-width: 405px; max-height: 228px; }Thanks for understanding!