- This topic has 14 replies, 2 voices, and was last updated 4 months, 3 weeks ago by sujeet.
-
AuthorPosts
-
April 23, 2024 at 2:53 pm #334945Sam LefebvreMember
When adding social media footer icons, the last one is not on the same height as the other ones. It’s a bit lower.
April 24, 2024 at 12:24 am #334955sujeetKeymasterHello @sam-lefebvrecluzo-be,
Can you please share your site URL here, so that I can figure out the actual issue with the icons?
Regards,
SujeetApril 24, 2024 at 3:58 am #334957Sam LefebvreMemberThe test page is on https://cluzo.saleconix.be/
I changed the icons into textuals so it’s less popping up, but you can still see it.
April 24, 2024 at 4:18 am #334959sujeetKeymasterHello @sam-lefebvrecluzo-be,
Thanks for the URL.
Please kindly use the following css code to your Additional Css(Appearance->customize->additional css)
#colophon .widget_block .wp-block-social-links > li:last-child { margin-bottom: 7px; }
Let me know if this solved your issue. Thank you.
Regards,
SujeetApril 24, 2024 at 4:30 am #334962Sam LefebvreMemberThis looks better now.
How is it possible that the last element did not got this margin bottom?
And why it is neccesary in both blocks? .widget_block .wp-block-social-links
Can you provide an update in the style?April 24, 2024 at 4:34 am #334964Sam LefebvreMemberAnd another question: How can I remove ‘<span class=”screen-reader-text”>CAT LINKS</span>UNCATEGORIZED‘ in the News section? Or at least change the language to Dutch?
April 24, 2024 at 4:43 am #334965sujeetKeymasterHello @sam-lefebvrecluzo-be,
Sure, we will fix this in style and will send a theme update asap. Thank you.
Regards,
SujeetApril 24, 2024 at 4:50 am #334966Sam LefebvreMemberCan you also answer my questions?
Best regardsApril 24, 2024 at 4:58 am #334967sujeetKeymasterHello @sam-lefebvrecluzo-be,
I am so sorry but the <span> tag with the class screen-reader-text can’t be removed in the theme. It is very necessary for screen reader users.
Sorry for the inconvenience caused.
Regards,
SujeetApril 24, 2024 at 6:03 am #334976Sam LefebvreMemberI meant: ‘And another question: How can I remove ‘UNCATEGORIZED‘ in the News section part of the website? Or at least change the language to Dutch?’
But couldn’t edit my question.Can you also answer my other questions?
April 24, 2024 at 6:43 am #334980sujeetKeymasterHello @sam-lefebvrecluzo-be,
You can change that Uncategorized text from dashboard -> posts -> categories. There you will find Uncategorized, edit it and make the necessary changes to the text.
Regards,
SujeetApril 24, 2024 at 8:03 am #334985Sam LefebvreMemberHow is it possible that the last element did not got this margin bottom?
And why it is neccesary in both blocks? .widget_block .wp-block-social-linksApril 24, 2024 at 8:23 am #334987sujeetKeymasterHello @sam-lefebvrecluzo-be,
The code margin bottom is not supposed to apply to last child. So that causes the issue. For now we have removed the code for all items.
Soon you will get an update which will solve your problem.
Regards,
SujeetApril 24, 2024 at 9:28 am #334989Sam LefebvreMemberI also see that in the middle of the picture on the front page there is a small blue line.
Where does it comes from?
https://cluzo.saleconix.be/April 25, 2024 at 12:39 am #335014sujeetKeymasterHello @sam-lefebvrecluzo-be,
That is a border line just below any title for the section. You can see same line for other sections in your site. Like below Geplande optredens and Nieuws.
If you don’t want that line in the main image then use the following css code in your Additional Css(Appearance->customize->additional css)
.custom-header .section-title:after { border: none; }
Thank you.
Regards,
Sujeet -
AuthorPosts
- You must be logged in to reply to this topic.