- This topic has 5 replies, 3 voices, and was last updated 1 year, 9 months ago by Sakin.
-
AuthorPosts
-
December 3, 2022 at 10:04 am #313257mikulskiParticipantDecember 3, 2022 at 11:59 am #313262tikaramParticipant
@mikulski : Can you please explain in more detail regarding the issue and post in the site URL as well so that I can check for the issue on your site and provide you the fix.
Regards,
TikaramDecember 3, 2022 at 12:40 pm #313263mikulskiParticipantI attached screenshots in the last post. I think they quite clearly demonstrate what is happening
December 3, 2022 at 3:57 pm #313265SakinKeymaster@mikulski : It’s a little strange why it’s not working on your site. We tested on our server and it’s working fine. So, for quick fix, please add the following CSS in “Appearance => Customize => Additional CSS” box:
body .is-layout-flex { display: flex; flex-wrap: wrap; } figure.wp-block-gallery.has-nested-images { align-items: normal; }
Note: Also, I see one issue in your Custom CSS code which you currently have. Please search for this CSS in your Custom CSS box:
.singular-content-wrap .entry-header { padding: 0 0 10px; /*background-image: url(https://mikulski.rocks/wp-content/uploads/2022/07/headerbgmoface.webp)*/; }
There you can see that you have commented out the background image but the closing comment tag is before the semicolon. It should be after the semicolon like below:
.singular-content-wrap .entry-header { padding: 0 0 10px; /*background-image: url(https://mikulski.rocks/wp-content/uploads/2022/07/headerbgmoface.webp);*/ }
December 4, 2022 at 1:51 am #313278mikulskiParticipantIt worked! Thank you so much for the quick response and for pointing out the problem place!
December 9, 2022 at 11:51 pm #313495SakinKeymaster@mikulski: Glad to hear that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/chique-music/reviews/#new-post. Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
Regards,
Sakin -
AuthorPosts
- The topic ‘The gallery is displayed incorrectly’ is closed to new replies.