Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • yerg Friend
    #120385

    I’m Looking to change the font size and the padding before and after the menu words so that my menu will fit both narrow and wide view.

    Can’t seem to find where in the CSS this can be found.

    Anyone point a blind man in the right direction? 😉 😉

    cssyeah Moderator
    #220582

    Hi yerg,

    You open the template_css.css file. If you want to change font size, you change this CSS code section:


    body.fs3{
    font-size: 12px; /* Default size */
    }

    and change padding of menu, you modify this CSS code section:


    #ja-mainnav a {
    color: #4F4F4F;
    outline: none;
    font-weight: bold;
    font-size: 100%;
    text-transform: uppercase;
    padding: 0 18px 3px 20px; /* top right bottom left */
    border-left: 2px solid #E6E6E6;
    display: block;
    }

    🙂

    yerg Friend
    #220583

    Padding worked well .. thanks a lot

    Problem with the font resize is that it does the whole site not just the menu.

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

This topic contains 3 replies, has 2 voices, and was last updated by  yerg 17 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum