• Closed
  • Paul B.
    Spectator
    August 4, 2015 at 11:13 pm #19635

    Hello,

    I have a menu and when I pass the mouse the text is truncated ? it do in bold bug truncated ?

    Why ?

    thanks

    Denzel Chia
    Moderator
    Posts: 2656
    August 5, 2015 at 8:17 am #19651

    Hi,

    Please post your website url here. We need to see your website in order to troubleshoot your issue.

    Thanks!

    Paul B.
    Spectator
    Posts: 9
    August 6, 2015 at 4:25 pm #19754

    Hello,

    You can see it in : http://wp.melodix.fr/

    But in windows platform (at works) it good but when I use Linux in my home it failed …. the problem is font ?

    Thanks

    Imran
    Spectator
    Posts: 402
    August 6, 2015 at 4:53 pm #19756

    Hi Paul,

    Thanks for writing in! would you mind providing us with some screenshots with the issues so we take a look into it and provide you with a possible solution.

    Thanks.

    Paul B.
    Spectator
    Posts: 9
    August 6, 2015 at 11:38 pm #19784

    Here the screens for exemple :

    First

    Second

    Thanks

    Paul B.
    Spectator
    Posts: 9
    August 6, 2015 at 11:45 pm #19785
    Roman
    Spectator
    Posts: 3147
    August 7, 2015 at 8:10 am #19794

    try to disable the hover effect in Appearance -> Theme Options -> Header -> Disable main menu Hover Effect or try insert this in Custom CSS:

    @media only screen and (min-width: 768px)
    .link-effect a span::before {
    font-weight: normal;
    }

    Paul B.
    Spectator
    Posts: 9
    August 7, 2015 at 9:20 am #19798

    Hello,

    Yes but we lose the effect and I like this effect ….

    Roman
    Spectator
    Posts: 3147
    August 7, 2015 at 1:01 pm #19806

    you tried the custom css?

    Paul B.
    Spectator
    Posts: 9
    August 7, 2015 at 10:50 pm #19815

    Hello,

    I have tried the custom css and the same ….

    Thanks

    Denzel Chia
    Moderator
    Posts: 2656
    August 8, 2015 at 9:45 am #19818

    Hi,

    Your screenshot http://www.hostingpics.net/viewer.php?id=138868Capturedcran20150806233459.png shows that it’s a localhost installation. It’s different from http://wp.melodix.fr/ which is online.

    Did you do any custom css on your localhost installation? You can install firebug and check the error console for any clue. It could also be a third party plugin conflict.

    We can only verify that http://wp.melodix.fr/ works properly on our browsers, we cannot troubleshoot the issue on your localhost.

    Thanks!