Make widget outside body? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Make widget outside body?

    kumotta
    kumotta
    Forumember


    Female Posts : 203
    Reputation : 3
    Language : English

    Solved Make widget outside body?

    Post by kumotta Sun 8 Jun - 12:11

    hello, I want to put a widget on the outside of the body, can you help me?  Confused 

    this my widget:

    Make widget outside body? Wrappe10

    making something like this:

    Make widget outside body? Untitl74
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Make widget outside body?

    Post by Ange Tuteur Mon 9 Jun - 6:35

    You can place the images outside the body with positioning. An example with fixed :
    Code:
    #right {
        position:fixed;
        top:30px;
        right:0;
        bottom:0;
        overflow-y:auto !important;
    }
    kumotta
    kumotta
    Forumember


    Female Posts : 203
    Reputation : 3
    Language : English

    Solved Re: Make widget outside body?

    Post by kumotta Mon 9 Jun - 7:27

    can i make wrapper full body?
    Make widget outside body? 0widge10
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Make widget outside body?

    Post by Ange Tuteur Mon 9 Jun - 7:33

    add this to your CSS :
    Code:
    #content { margin-right:0 !important; }
    kumotta
    kumotta
    Forumember


    Female Posts : 203
    Reputation : 3
    Language : English

    Solved Re: Make widget outside body?

    Post by kumotta Thu 12 Jun - 12:54

    thanks ange, topic solved  :rose:
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Make widget outside body?

    Post by Jophy Thu 12 Jun - 18:18

    Solved