Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1434891

    Hello,

    Please, can you help me clear the thin border to the right of each label on my menu?

    Thank you in advance for your help,

    #1434893

    have you seen this :
    (click to enlarge the image)

    #1434899

    Yes, I saw this option but I want to insert a rounded line (like a half circle) on the left side of each label, and when I insert the following css code

    `#top #wrap_all #menu-item-27 .avia-menu-text, #menu-item-45 .avia-menu-text {
    border-left: 5px solid;
    border-radius: 50px;
    border-color: #D60B52;
    padding: 20px;
    background-color: #ffffff;
    padding: 15px 0px 15px 15px;
    }`
    I get lines on the right that I don’t want to see
    Thank you for your help,

    #1434914

    Hi,
    Thanks for the link to your site, I have checked with Windows in Chrome, Firefox, & Edge, but I see no lines on the right side of your menu items:
    Enfold_Support_4772.jpeg
    perhaps try clearing your cache?

    Best regards,
    Mike

    #1434916

    Thank you Mike for your checking. I hadn’t thought of checking with other browsers ! So it’s only displayed with Safari :
    Capture-decran-2024-02-20-a-14.24.21.jpeg

    Thank you for your help,
    Best regards,

    • This reply was modified 7 months, 1 week ago by sitadi.
    #1434922

    Hi,
    Thanks for the feedback, I don’t have access to Safari today, if you want to see if there is a Safari specific solution for this then reply back and we will leave it open for a Mod with Safari to check. You could also create a blank page public with the menu for other forum users to see and offer ideas, I believe @Guenni007 uses Safari and he is very knowledgeable.
    But this might just be an issue with Safari, any solution will effect all browsers so it is possible a Safari fix will cause issues in the others, I’m not sure.

    Best regards,
    Mike

    #1434924

    I understand, thank you for your proposal. I would like you to leave the ticket open to see if there is a solution specific to Safari and see if it impacts the display on other browsers or not.
    I don’t know where and how to “create a blank page public with the menu for other forum users to see and offer ideas” ?

    Thank you again.
    Best regards

    #1434925

    but – in this case i had to see the page it belongs to – because on my testpage i do not see such a hem (un ourlet à droite).
    maybe you set only a border-radius for left side.

    border-radius: 50px 0px 0px 50px; it begins with top/left and goes clock-wise.
    and btw. why don’t you set for the background a transparency – then it will be ok for transparency headers too:

    #top #wrap_all #menu-item-2862 .avia-menu-text {
    	border-left: 5px solid;
    	border-radius: 50px 0px 0px 50px;
    	border-color: #D60B52;
    	background-color: transparent;
    	padding: 15px 0px 15px 15px;
    }
    #1434926

    oh yes !! It works !
    Indeed, I had indicated the rounding as opposite: border-radius: 50px

    Thank you so much Guenni007

    #1434927

    No, not as the opposite, but in all corners. However, this property can also be intended for one corner each.

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