Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #334945
    Sam Lefebvre
    Participant

    When adding social media footer icons, the last one is not on the same height as the other ones. It’s a bit lower.

    #334955
    sujeet
    Keymaster

    Hello @sam-lefebvrecluzo-be,

    Can you please share your site URL here, so that I can figure out the actual issue with the icons?

    Regards,
    Sujeet

    #334957
    Sam Lefebvre
    Participant

    The 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.

    #334959
    sujeet
    Keymaster

    Hello @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,
    Sujeet

    #334962
    Sam Lefebvre
    Participant

    This 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?

    • This reply was modified 1 week, 2 days ago by Sam Lefebvre.
    #334964
    Sam Lefebvre
    Participant

    And 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?

    #334965
    sujeet
    Keymaster

    Hello @sam-lefebvrecluzo-be,

    Sure, we will fix this in style and will send a theme update asap. Thank you.

    Regards,
    Sujeet

    #334966
    Sam Lefebvre
    Participant

    Can you also answer my questions?
    Best regards

    #334967
    sujeet
    Keymaster

    Hello @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,
    Sujeet

    #334976
    Sam Lefebvre
    Participant

    I 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?

    #334980
    sujeet
    Keymaster

    Hello @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,
    Sujeet

    #334985
    Sam Lefebvre
    Participant

    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

    #334987
    sujeet
    Keymaster

    Hello @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,
    Sujeet

    #334989
    Sam Lefebvre
    Participant

    I 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/

     

    #335014
    sujeet
    Keymaster

    Hello @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

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.