align the menu with logo

Discussion in 'Compass WordPress Theme' started by solucionesweb, Jan 15, 2015.

  1. solucionesweb

    solucionesweb Guest

    Joined:
    Oct 2, 2014
    Messages:
    5
    Likes Received:
    0
    Hi is the first time that i am using ink themes and looks great.

    I have installed the compass theme, but i need to align the menu with logo, because like i have many items in the menu , the menu jumps to the line below. Finf a picture attached to show you what i mean. Thanks
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi solucionesweb,

    Your website menu have many contents which occupy more spaces in header, so they jumps to the line below.

    If you want them in one line then you have to decrease the font-size of menu content.

    Thanks,
    Praveen
     
  3. solucionesweb

    solucionesweb Guest

    Joined:
    Oct 2, 2014
    Messages:
    5
    Likes Received:
    0
    Hi Praveen!! and thanks for your reply.
    Can you please tell me how to do that? But i just want to decrease the font-size of the menu
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi solucionesweb,

    Please provide us URL of your website.

    Thanks
    Praveen
     
  5. solucionesweb

    solucionesweb Guest

    Joined:
    Oct 2, 2014
    Messages:
    5
    Likes Received:
    0
    i am working on local so i cant give you the URL sorry...
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi solucionesweb,

    Please paste the code given below in custom css.

    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    #menu .ddsmoothmenu {
    width: 144%;
    margin-left: -50%;
    }
     
    div#menu ul li a {
    font-size: 15px !important;
    margin-left: -15px !important;
    }
    Thanks,
    Praveen
     
  7. solucionesweb

    solucionesweb Guest

    Joined:
    Oct 2, 2014
    Messages:
    5
    Likes Received:
    0
    Yes that works perfect.
    Thanks a lot!!
     
  8. solucionesweb

    solucionesweb Guest

    Joined:
    Oct 2, 2014
    Messages:
    5
    Likes Received:
    0
    But now i have a problem. I can't click on the logo now, do you know why??

    www.estoesdublin.com
     
  9. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    We have checked your website which is not online.
    So we are not able to check the issue.

    Thanks,
    Praveen
     

Share This Page