• 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 15 replies - 1 through 15 (of 22 total)
  • Hey there Hyperspun,

    I’d like to help more but this is what I’m getting when I try to visit your site https://screencast.com/t/DwHQvSfQGr2.

    Please let me know when you get your site up and I’ll be happy to assist you with the above ??

    Cheers,
    Bojan

    Thread Starter Hyperspun

    (@hyperspun)

    Hey Bojan, I believe its up now. sorry about that not sure what happen there. ??

    Hey again Hyperspun,

    Your site is definitely up now.

    However, you’re probably using some sort of maintenance mode or security plugin since I’m being forwarded to your login page https://screencast.com/t/JwRYW6GaGx.

    Can you please deactivate that too so I can see your site?

    Cheers,
    Bojan

    Thread Starter Hyperspun

    (@hyperspun)

    Sorry again.

    made a user and pass for you

    user test
    pass test

    I’m also having server or plugin issues. sorry for any inconvenience. ??

    Thread Starter Hyperspun

    (@hyperspun)

    I think all the issues are fixed. ??

    If you want to look and see if my body can be changed wider on my full page posts.

    Also if I can get my forums to be full paged with no sidebar.

    Thank you. ??

    Hey again Hyperspun,

    Hopefully this is not access to your admin since you’re not supposed to post theme here since this is public forum. You can read more about forum rules here: https://codex.www.ads-software.com/Forum_Welcome.

    With that being said I really don’t know what else to say, I’ve tried using those credentials so I can check your site but they are not working https://screencast.com/t/RmMn2TsRUsSe.

    I’d really like to help you out but I need to see your site. I also tried checking for theme that you’re using and it appears that this is a premium theme so I can check this on my own install as well.

    Best regards,
    Bojan

    Thread Starter Hyperspun

    (@hyperspun)

    Hey sorry the user and pass was not for admin access. Just so you could get to see the site easier.

    I think one of the admins must of removed the user account I mad one again.

    User test
    Pass test

    Sorry again for all the in convince. I appreciate the help.

    Hey again Hyperspun,

    I’ve finally managed to check your site ??

    Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    @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%;
    }
    }

    This should fix the forum page and single post pages.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter Hyperspun

    (@hyperspun)

    Hey Bojan

    The code got rid of the sidebar on the forum page but left the space blank. I left it with the code, if you wanted to see what I mean.

    Hey again,

    I’ve checked your site and after inspecting it appears that there is some code missing from there, see screenshot https://screencast.com/t/gLVQpfKs.

    Can you please check the code you added and make sure you got everything there?

    Best regards,
    Bojan

    Thread Starter Hyperspun

    (@hyperspun)

    Thanks Bojan!

    I got the pages wider. The forums didn’t go full page, but not a big deal, since the site pages are wider now.

    Really appreciate all the help! ??

    Thread Starter Hyperspun

    (@hyperspun)

    Bojan, Just wondering if you could take another quick look whenever you can and look at the bottom of my home page and see if anything can be done about my sidebar bleeding through to the footer.

    Sorry for bugging you. ??

    Thread Starter Hyperspun

    (@hyperspun)

    I’m using a wmpudev custom sidebars plugin if that helps.

    Thread Starter Hyperspun

    (@hyperspun)

    Hey Bojan,

    So So Sorry for bugging you.. I had to do a restore on my and I tried adding the css code to simple custom css and a few other css editors and nothing changes now. I tried reinstalling all plugins and even disabling all plugins and nothing. I flushed cache and all.
    Any ideas?

    Hey again Hyperspun,

    Glad to hear you’re using one of WPMU DEV plugins ??

    I’ve checked your site and it appears that the second piece of code regarding post wrapper is not being applied properly (I can’t see it added when inspecting your site).

    If you’re adding everything on the same place it most likely means that there is something wrong with the code in your custom CSS tab, please make sure you’re adding it exactly as I posted above.

    Best regards,
    Bojan

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