Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Hans Zuidinga Friend
    #186166

    Hi,

    On JA-Mero footer1, footer2, footer5 and footer6 are used.
    Footer5 and footer6 use 3 columns each.
    Footer1 and footer2 are significant smaller.
    I can not figure out to set these widths to 3 collumns.

    I can make them wider with css but I think that there is a better, more effective solution.

    Could and would you please give me hint or the solution?

    Thanks in advance for all.

    Hans

    phong nam Friend
    #487674

    Hi electicus,

    In order to fix with other columns in the footer of your site, <blockquote>open /templates/ja_mero/css/custom.css</blockquote>

    .row-fluid {

    -moz-box-sizing: border-box;

    display: block;

    float: left;

    margin-left: 1.0142%;

    min-height: 30px;

    width: 141px;

    }

    with lines

    .row-fluid {

    -moz-box-sizing: border-box;

    display: block;

    float: left;

    margin-left: 1.0142%;

    min-height: 30px;

    width: 239px; // This value will make footer 1/2 have same width with footer5/6.

    }

    Regards,

    Leo

    Hans Zuidinga Friend
    #487771

    This didn’t did it.
    All boxes go 239px wide.

    My solution :
    #Mod121.t3-module.module {
    width: 239px;
    }

    #Mod122.t3-module.module {
    padding-left: 120px;
    width: 239px;
    }

    I hoped for a bootstrap solution.
    This works and is fine.

    Thanks for your time and effort.

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

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

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