Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • turminator Friend
    #188492

    Hello,

    I created a website with JA_BRisk but I detected that many users says that the content is too small and they have reason. You can see it at http://www.diccionariomedico.net My question is how can I do to enlarge all entirely content of my webpage. Maybe with some correction or external pluggin?

    I remember that in old JAT3 versions there are a feature to increment the content of all template elements.

    Many thanks.

    pavit Moderator
    #496915

    Hi turminator

    to enlarge the template width go to this file templatesja_brisklessvariables.less

    // 1200px min
    @T3gridWidth1200: 960px; // T3 add <----Increase the 960 px value
    @gridGutterWidth1200: 36px;
    @gridColumnWidth1200: floor((@T3gridWidth1200 - @gridGutterWidth1200 * (@gridColumns - 1)) / @gridColumns);
    @gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1));

    turminator Friend
    #499334

    Hello Pavit,

    Thanks for your support. But I would like to increase the size of all content of the website same as: FONT SIZE feature that was in JaT3V2 templates.

    Thank you.

    pavit Moderator
    #499338

    <em>@turminator 381147 wrote:</em><blockquote>Hello Pavit,

    Thanks for your support. But I would like to increase the size of all content of the website same as: FONT SIZE feature that was in JaT3V2 templates.

    Thank you.</blockquote>

    Hi

    You want to change the font size ?

    you can change font size in this file /templates/ja_brisk/css/template.css around line 185

    body {
    background-color: #FFFFFF
    color: #666666
    font-family: sans-serif;
    font-size: 13px; <-----HERE
    line-height: 20px;
    margin: 0;
    }

    Or you can use THEMEMAGIC and set size in Typo section

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

This topic contains 4 replies, has 2 voices, and was last updated by  pavit 11 years, 4 months ago.

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