Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • #749419

    just like this:

    Image and video hosting by TinyPic

    #751151

    Hi,

    Try adding this css code:

    #top #main .sidebar {
        width: 13%;
    }
    
    #top .sidebar_left .content {
        width: 87%;
    }

    Just adjust the widths as you see fit.

    Best regards,
    Nikko

    #751345

    pefect

    Image and video hosting by TinyPic

    now, how can i have another 13% of empty space on the right?

    thanks

    #751352

    Hi,

    Try to replace this code:

    #top .sidebar_left .content {
        width: 87%;
    }

    with this one:

    #top .sidebar_left .content {
        padding-left: 0 !important;
        width: 74%;
        margin-right: 10%;
    }

    Just adjust the right margin as you see fit.

    Best regards,
    Nikko

    #751494

    ok thanks, you can close this topic.

Viewing 5 posts - 31 through 35 (of 35 total)
  • The topic ‘Maximum width container’ is closed to new replies.