Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ghog Friend
    #177348

    this is probably a bit of a noob question but can someone please explain how I can make the right modules a bit wider? i would like them to be 300px wide.

    Ninja Lead Moderator
    #454241

    Open templates/ja_lens/css/layout.css file

    from

    <blockquote>#right {
    float: right;
    margin-bottom: 10px;
    width: 25%;
    }</blockquote>

    change to
    <blockquote>#right {
    float: right;
    margin-bottom: 10px;
    width: 32%;
    }</blockquote>

    and from

    <blockquote>#content {
    float: left;
    width: 75%;
    }</blockquote>

    change to
    <blockquote>#content {
    float: left;
    width: 68%;
    }</blockquote>

    jantunes Friend
    #455568

    thanks for tip, it works, but the images placed inside with a 300px size are reduced to 257px. Any way to get rid of the space around (kind of no border) so they fill the whole 300px. Or is there any other way to get a, let’s say 300×250 banner there?

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

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

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