Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1058607

    Hi,
    i have a code here that is working but i still cant figure how to get a space between the text
    example:
    Home(space)(space)About(space)(space)[LOGO IMAGE](space)(space)Categories(space)(space)Find us
    means the gap between the text need to be bigger.
    any code that i can use? thanks!

    btw im using this code to make my menu:

    @media only screen and (min-width: 780px) {
    /*In the below code nth-child(x) the value of x should be half the number of total menu items*/
    #top #header .av-main-nav li:nth-child(2) {
      /* Adjust the width of the logo */
        margin-right:300px;
    }
    
    #header .main_menu {
        /*background: gold;*/
        width: 100%;
        left: 20%;
        transform: translateX(-20%);
    }
    
    .av-main-nav-wrap {
        left: 50%;
        transform: translateX(-50%);
    }
    
    #header_main .avia-menu-text {
        font-size: 25px;
    }
    #header .logo {
        left: 50%;
        transform: translateX(-50%);
        z-index:999;
    }
    
    #header .logo img {    
        top: 50%;
        transform: translateY(-50%);
        max-width: 100px;  
    }
    
    #1058884

    Hey swing127,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1059494
    This reply has been marked as private.
    #1060379

    Hi kriesi,

    I have found the solution.

    Thanks!

    #1060730

    Hi,

    Great, glad you found a solution and sorry for the late reply. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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