• Sorry kind of new to this.

    Wondering how I could make the body of my full page template wider

    or

    Change the colour to black.

    Would custom CSS be used?

    Also if it is possible could I move my side bars from the left to the right.

    https://www.hyperspun.com

    Thanks in advance.:)

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter Hyperspun

    (@hyperspun)

    added the all the code I believe it is all right and no change. ??

    https://screenshot.net/8eonkf2

    Thread Starter Hyperspun

    (@hyperspun)

    Can anyone help me get my theme body to be full page. Please. ??

    Hey again Hyperspun,

    Please try adding the following instead, there is an extra closing bracket in the code which is the reason it is not working properly:

    @media only screen and (min-width: 959px) {
    .forum-archive div#left_wrapper, .single-forum div#left_wrapper {
        display: inline-block;
        width: 100%;
    }
    
    .forum-archive div#post_wrapper, .single-forum div#post_wrapper {
        display: inline-block;
        width: 96%;
        margin: 10px 0 30px 2%;
    }
    }

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter Hyperspun

    (@hyperspun)

    Thanks Bojan.

    But still no go.

    Hey again Hyperspun,

    The code seems to be properly applied since I can see your forum pages are full width, see screenshot https://screencast.com/t/vTOMLsza0.

    Am I missing something here?

    Best regards,
    Bojan

    Thread Starter Hyperspun

    (@hyperspun)

    Thanks. Didn’t noticed the forums were full paged.

    I thought the code also made my sites pages wider.

    Do you how I can get rid of the wasted space on all my pages.

    Thanks for your patience and all your help.Your awesome! ??

    Hey again Hyperspun,

    Glad we finally managed to get this to work.

    As for increasing your content area width this would be pretty difficult since each of the elements in your theme is having defined width in px rather then % so in order to do this you’d have to change width to a lot of elements.

    These are not just the holders but each of the elements inside them as well.

    Best regards,
    Bojan

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘My Site's body backgroud.’ is closed to new replies.