Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • timmiller Friend
    #138848

    Hi,
    I’d like to add a login link to this module position- to have two modules side-by-side here. I’ve managed to widen and change the position but I need to have alternate modules Horizontal, not Vertical.

    http://www.kellersuperchicks.com

    Thanks in advance!

    tm

    scotty Friend
    #294728

    Add the following to the end of your template.css file…


    #ja-search {
    width: 335px
    }

    .search {
    float: left;
    display: inline;
    padding-right: 5px;
    }

    timmiller Friend
    #295012

    Hi Scotty,
    That didn’t seem to work. I’ve made the top line area thicker, but looking at the site, I think you can figure out what i want to do…
    kellersuperchicks.com

    thanks again,

    tm

    scotty Friend
    #295014

    You have modified the file incorrectly. This is what you now have at the end of your CSS…

    .clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    #ja-search {
    width: 555px
    }

    .search {
    float: left;
    display: inline;
    padding-right: 5px;
    }
    }

    but it should be…


    .clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

    #ja-search {
    width: 335px
    }

    .search {
    float: left;
    display: inline;
    padding-right: 5px;
    }

    In other words you are missing a closing curly bracket after visibility:hidden and you have an extra one at the end.

    timmiller Friend
    #295493

    Scotty,

    Thanks so much. I was going crazy trying to figure it out. I had to change a few other things to make it fit as well. FireBug is so helpful.

    Again, Thanks much!

    tm

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

This topic contains 5 replies, has 2 voices, and was last updated by  timmiller 15 years, 8 months ago.

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