Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #658639

    Hi Yigit

    I’m having problems trying to solve a few formatting issues in the menu of this site.

    I can’t remove this vertical line, the overlay on some of the buttons doesn’t seem to cover the whole button in same places and there is a strange white boxes on one of the dropdown buttons.

    Any help would be greatly appreciated.

    Thanks

    James

    #659478

    Hey jrgolding,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #avia-menu .menu-item-type-custom:first-child {
        border: none!important;
        padding-left: 0!important;
    }
    

    Best regards,
    Yigit

    #659590

    That’s much better! Thanks Yigit. The only thing that isn’t quite 100% is the contact button, the overlay still has a white block to the right hand side of it – https://monosnap.com/file/4BOTcw1PwdGSReqZ21D6x8cL00MeW9

    It’s not major TBH – but if you do have any quick ideas it would be nice to get it 100%.

    Thanks

    James

    #659816

    Hi James,

    Please try this as well:

    .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a {
    padding-right:15px !important;
    }

    Regards,
    Rikard

    #659868

    Thanks Rikard, no joy unfortunately though :-(

    #659874

    Hi,

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #659880

    Thanks Yigit, that had happened! But i’ve corrected it now, and still got the white block at the end of the last nav button on overstate.

    #660681

    Hi,

    Please add this in the Quick CSS field:

    .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a {
        padding-right: 13px;
    }
    
    .html_header_searchicon_disabled #top .av_header_border_disabled.av_bottom_nav_disabled .main_menu .menu>li:last-child>a .avia-menu-fx {
        padding-right: 0;
    }

    Best regards,
    Ismael

    #661681

    Thankyou Ismael, I have added this in the quick css section but still getting this issue – https://monosnap.com/file/zoHg8vYBUL5WkGR4rOlW9pVh3rOS3e

    Really confused :-/

    #661953

    Hi,

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #661995

    Hi Yigit, they had converted but I have fixed them and no joy… https://monosnap.com/file/sJLDhXyH87NZyX7LDXaeokBwrnK7ee

    #661999

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

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