Main Menu up and right

This topic contains 1 reply, has 2 voices, and was last updated by  Guust 7 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #263922

    Vladimir Chugunov
    Expired Member
    Post count: 16

    Task is to move Main Menu in GeoDirectory Framework up and right.

    Then Override CSS:
    .site-logo {margin-bottom: -45px;}
    .nav {
    float: right;
    margin-bottom: 5px;
    }

    But in mobile version GD Home Top Section cover logo.

    #263978

    Guust
    Moderator
    Post count: 29970

    Try adding this, adjust as required

    
    
    @media only screen and (max-width: 480px) {
    .site-logo {
       margin-bottom: 0px;
    }
    }
Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket