New Landing How can we help? Themeforest Theme Support Flexform How to align the main headings with the bottom of logo?

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Flexform
  • #113500
    blaouchez
    Member
    Post count: 448

    Hello,

    How to align the main headings with the bottom of logo? (see screenshot of what I want).

    Regards

    Attachments:
    You must be logged in to view attached files.
    #113542
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #nav-section {
        margin-top: 75px !important;
    }

    Thanks πŸ™‚
    With Best Regards
    Mohammad

    #113619
    blaouchez
    Member
    Post count: 448

    Perfect, thanks !

    And…

    I changed the hover style of items (blue + white text) but the item of the “home” is not white

    I selected the White in Color cotumizer > Color menu > Hover

    and the css :

    nav .menu li:hover {
    	text-decoration: none;
    	display: block;
    	background-color: #00538A;
    }
    Attachments:
    You must be logged in to view attached files.
    #113626
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    .menu li.current-menu-ancestor > a:hover, nav .menu li.current-menu-item > a:hover{color:#fff !important}
    Thanks πŸ™‚
    With Best Regards
    Mohammad

    #113635
    blaouchez
    Member
    Post count: 448

    it does’t work, the item “Accueil” is still white

    #113652
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to use this custom css code:-

    nav .menu li:hover a{color:#fff !important}
    .menu li.current-menu-item:hover a{color:#fff !important}

    Thanks πŸ™‚
    With Best Regards
    Mohammad

    #113668
    blaouchez
    Member
    Post count: 448

    It’ good, thanks !!

    And another question please :

    How to reduce padding top + bottom on hover (blue background)

    I used

    nav .menu li:hover {
    	text-decoration: none;
    	background-color: #00538A;
    	padding-top: 2px;
    	padding-bottom: 2px;
    	border : none;
    }

    It does’t work

    #113674
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    nav .menu li a{padding:5px 0px !important;}
    Thanks πŸ™‚
    With Best Regards
    Mohammad

    #113710
    blaouchez
    Member
    Post count: 448

    It’s good but the submenu drops too low (see screenshot)

    Attachments:
    You must be logged in to view attached files.
    #113721
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    nav .menu ul{top:26px !important}
    Thanks πŸ™‚
    With Best Regards
    Mohammad

    #113724
    blaouchez
    Member
    Post count: 448

    Great

    And to finalize the submenu, how to adjust : font-size, padding, center and border between items ?

    #113735
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    nav .menu ul li {
        border-bottom: 1px solid #eeeeee;
        font-size: 14px;
        padding: 8px;
        text-align: center;
        width: 150px;
    }

    Thanks πŸ™‚
    With Best Regards
    Mohammad

    #113761
    blaouchez
    Member
    Post count: 448

    Thank you very much for your efficiency Mohammad πŸ˜‰

    I have other questions, I open another topic

    #113767
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Mohammad

    – Kyle

    #113798
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved.
    Thanks πŸ™‚
    With Best Regards
    Mohammad

Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register