Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • obinna79 Friend
    #154673

    Hello,

    How do i make the right and left module width equal in size on http://kon-xgroup.com/index.php

    gray Friend
    #356850

    Go to Layouts tab in template settings, choose the theme you are using, click on the edit icon. You’ll see something like


    ...
    <blocks name="middle" colwidth="20" markup="3" fixheight="1">
    <block name="content-mass-top" style="raw">content-mass-top</block>
    <block name="content-top">content-top</block>
    <block name="inset1" width="20">left</block>
    <block name="right1" width="30">right</block>
    </blocks>
    ...

    change to


    ...
    <blocks name="middle" colwidth="20" markup="3" fixheight="1">
    <block name="content-mass-top" style="raw">content-mass-top</block>
    <block name="content-top">content-top</block>
    <block name="inset1" width="20">left</block>
    <block name="right1" width="20">right</block>
    </blocks>
    ...

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

This topic contains 2 replies, has 2 voices, and was last updated by  gray 14 years, 1 month ago.

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