Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • james_edwards Friend
    #892489

    Hi there,

    Two little problems

    I have embeded the font ‘Intro’ in my website but it only seems to show up on certain browers, why is this?

    Also – i do not like how the main menu at the top looks – I would rather just have the off-canvas menu no matter what size the screen is. How do I achieve this?

    Many thanks
    James

    Saguaros Moderator
    #892758

    Hi James,

    I’m afraid that I’m not sure what ‘Intro’ font is here, pls clarify it more specific.

    Regarding to the off-canvas, you will need to change LESS file (variables.less) a bit to achieve that. Just open the file: ROOT/templates/ja_jason/less/variables.less

    Look for this declaration (under Media Queries Breakpoints section):

    // Small screen / tablet
    // Note: Deprecated @screen-sm and @screen-tablet as of v3.0.1
    @screen-sm:                  2400px;   <<< or change to your desired screen resolution
    @screen-sm-min:              @screen-sm;
    @screen-tablet:              @screen-sm-min;

    One notice is that if your site is running with Development Mode (you can check in Template manager), just refresh front-end of your site to see the change.

    But if the Development Mode is OFF, you will need to compile LESS to CSS to make this change affected on your site. REMEMBER to backup all current CSS files first as when compiling, they will be overridden.

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

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

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