Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #31690
    dfwrgjeff
    Participant

    Great template, I really like the design.

    The website I am working on is http://dev.jjcasinoparties.com/ – I have not been able to figure out how to left justify the menu. What is the file I edit and what code do I change?

    Also is there a way to edit the font horizontal spacing on the slider?

    Thanks

    #31695
    Sakin
    Keymaster

    @dfwrgjeff: Assign your custom menu as Secondary Menu from “Appearance => Menus => Manage Locations”.

    Then disable the header right sidebar from “Appearance => Theme Options => Header Options” and check “Disable Header Right Sidebar”, save changes.

    #31716
    dfwrgjeff
    Participant

    Great thanks for the quick response – that worked – 2 questions now:

    1. I am going to upgrade to the premium account – will that change any of my formatting? Will I have to redo any content?

    2. How do you edit the spacing and margins for the Title? I looked in the CSS file but didnt see the section to edit.

    Thanks

    #31738
    dfwrgjeff
    Participant

    I changed the following and it justified the menu to the left

    }
    #secondary-menu ul.menu {
    list-style: none;
    text-align: center;

    and changed it to:

    }
    #secondary-menu ul.menu {
    list-style: none;
    text-align: left;

    Still haven’t found the spacing around the title yet

    #31775
    Sakin
    Keymaster

    @dfwrgjeff:
    1. No upgrading to pro will not change your formatting. Pro version is just feature addition to the free version. You can see the additional features highlight of Pro version at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/.
    — After you upgrade, you just need to reassign your logo, menu and manager you widgets as there is new sidebars as well.

    2. I am bit confused here. Are you talking about editing the spaces in header. If so then you can adjust the margin and padding in the following css and add it in “Appearance => Theme Options => Custom CSS” box.

    #site-logo, #hgroup { padding-top: 50px; }
    #hgroup-wrap { padding-bottom: 50px; }
    .site { margin-top: 40px; }
    #31844
    dfwrgjeff
    Participant

    Ok I upgraded to the pro version and have some more questions – I will post them in that forum thanks

    #31917
    Sakin
    Keymaster

    @dfwrgjeff: yes sure you can post your questions.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Menu Location’ is closed to new replies.