Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • krisnamaulana Friend
    #191219

    Hi all..
    how to resize module home 1 and home 2?

    from default template is 50-50. but i wanna change to 70-30.
    could you help me? thanks..

    Regards..


    1. module
    Saguaros Moderator
    #508529

    Hi kris,

    You can open file: templatesja_beranisetclayoutdefault.ini

    look for this code (at approx line 70)


    [block1@ja-home-sl-1]
    position="home-1"
    default="span6"

    [block2@ja-home-sl-1]
    position="home-2"
    default="span6"

    change it to:


    [block1@ja-home-sl-1]
    position="home-1"
    default="span8"

    [block2@ja-home-sl-1]
    position="home-2"
    default="span4"

    The default Bootstrap grid system utilizes 12 columns, each .span* spans a number of those 12 columns. Hence, if you wanna ‘home-1’ position has span9, then ‘home-2’ will have span3.

    Check out this reference for more info: http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem

    krisnamaulana Friend
    #508854

    nice! it’s works.. Thank you!

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

This topic contains 3 replies, has 2 voices, and was last updated by  krisnamaulana 11 years, 1 month ago.

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