Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Saguaros Moderator
    #1090505

    Hi,

    JA Focus is built with Bootstrap grid system, you can change the width by reducing/increasing the number of grid via class.

    In this case, you open the file: root/templates/ja_focus/tpls/blocks/mainbody/one-sidebar-right.php

    You will see classes like: col-sm-8, col-sm-4: http://prntscr.com/ib7dul , then you can change this value to your desired value but make sure that the total grid is always equal to 12. For example: from col-sm-4 to col-sm-3 and col-sm-8 to col-sm-9

    Check out this documetation for more info about grid system of Bootstrap: https://getbootstrap.com/docs/3.3/css/#grid

    Regards

    elysnomade Friend
    #1090831

    Thank you very much for the answer, you can close the post.

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

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

The topic ‘Width of sidebar-right position’ is closed to new replies.