Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • footdrum Friend
    #153484

    Hi,
    Is it possible to change the widths of the left and right and body columns/modules in JA Mica and where can I do that?

    Also, how can I get rid of the JA Mica icon in the browser window next to the website address?

    Your help would be appreciated.
    Karen

    Saguaros Moderator
    #352573

    Take backup and open the file: /templates/ja_mica/css/template.css and find the following codes:

    1) The main content ‘s width:

    #ja-content {
    clear: both;
    display: block;
    float: left;
    width: 50%;
    }

    2) The left column’s width ( this column contains column 1 and column 2)

    #ja-cols {
    float: right;
    overflow: hidden;
    width: 50%;
    }
    3) The width of the column 1 and column 2

    #ja-col1 {
    clear: both;
    float: left;
    overflow: hidden;
    width: 50%;
    }

    #ja-col1 .inner {
    background: none;
    margin: 0;
    padding: 0 10px 0 0;
    }

    #ja-col2 {
    float: right;
    overflow: hidden;
    width: 50%;
    }

    Now you can adjust the width values on those blocks, to your preference.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 13 years, 9 months ago.

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