Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • walterjr Friend
    #166993

    how can I change the size of the Right or Left menu?

    khoand Friend
    #404261

    Hi,
    You login backend > Extensions > Template Manager > ja_social > LAYOUTS.Edit Default.You replace this code :

    <block name="inset2">left</block>
    <block name="right2">right</block>

    with

    <block name="inset2" width="25">left</block>
    <block name="right2" width="25">right</block>

    (width=”25″ : 25%)

    chavan Friend
    #404266

    GO to Admin -> Extensions -> Template manager -> JA Social Template edit page -> right Column -> Layout Tab -> Layouts Management -> Default Layout -> Click on the Edit button neat “default Layout” -> pop up will appear -> There find the following code


    <block name="inset2">left</block>
    <block name="right2">right</block>

    Add a Width to the above code like the example below. This width would be set in terms of percentage. try your own number for the width and fix the column width.


    <block name="inset2" width="12">left</block>
    <block name="right2" width="12">right</block>

    Note: If you Find my Post useful please click on the Thanks Icon

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

This topic contains 3 replies, has 3 voices, and was last updated by  chavan 13 years, 3 months ago.

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