Toggle navigation
Webriti Support Forum
Categories
Discussions
Activity
Sign In
Home
›
WordPress Premium Themes
›
Busiprof
Project image with bad size
marian
March 2019
in
Busiprof
Hi all!
I've recently activate multisite in my Wordpress web.
After that, the images in the project section appear with a rare size. ¿Can you help me please?
Thanks!
Tagged:
busiprof pro
image
image size
project images
Comments
rajkamal
March 2019
Hi @
marian
Paste below css code in your custom css box.
.portfolio .post .post-thumbnail {
height: auto;
}
Let
me know did it work.
Thanks
marian
March 2019
Hi
@rajkamal
The problem was solved for index page, but still persit in blog post, for example:
http://www.gestaltasistidaconperros.com/2019/02/18/programa-completo-iii-encuentro-feminista-somos-como-somos/
Could you help me for solving this, please?
Thanks for all!.
rajkamal
March 2019
Hi @
marian
Sorry for the delay in reply coz
It is really strange
.
Please try to check after deactivating the active
Block Gallery plugin,
you can try with another alternative
plugin
for the same purpose.
Let me know did it work.
Thanks
marian
March 2019
Sorry,
@rajkamal
I don't have any plugin for gallery publication, but I think is a part of Guttenberg editor, that I'm using to publish the content...
Is possible to solve the problem?
Thanks a lot.
rajkamal
March 2019
Hi @
marian
Yes you are right please try this solution.
Paste below css code in your theme custom css box.
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
display: inline-block;
height: auto;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
height: auto;
}
Let me know did it work.
Thanks
marian
March 2019
Yeah!
This problem was solved right now!
Thanks once again!
rajkamal
March 2019
Hi @
marian
I’m really glad to hear I was able to help.
Please let me know if you have any other issues. We’re happy to help.
If you are happy with the B
usiprof
theme Could you please provide us with a review on WordPress.org. Review form can be found here:
https://wordpress.org/support/theme/busiprof/reviews/#new-post
Have a good day.
Best Regards
This discussion has been closed.
Comments
Sorry for the delay in reply coz It is really strange.