• I am trying to change the width of my sidebar and every single tutorial I’ve read isn’t helping me. My template is set up differently from others. Please help!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter heartfelt2009

    (@heartfelt2009)

    Ok sorry, my website site is http://whiteningbodylotion.com/ im trying to make the sidebar wider so the adsense display will fit properly.

    Lore

    (@lgcdavilagmailcom)

    Hello WPyogi or anyone that would like to help us!!

    This question is not really related with the post…but I need help with my non profit website!!

    I’ve been working VERY HARD trying to find a theme that works for our non profit. I don’t know how to develop a website and the themes that I’ve found don’t do what I need. Right now I’m using Catch Everest.

    We have great volunteers helping us, but nobody knows how to develop a website.
    One of the volunteers desinged some ideas for the look of the page in Illustrator (I have them in PDF so I could see them) and it looks really nice. I’d like for you to see them for you to have an idea of how we want the website to look like, but I was wondering if wordpress has an app that can convert what I have in a design (PDR, JPG…or other) into a workable website that is responsive, too.
    Do you have any advise or recommendation?

    We REALLY need to get this working, since this is the main image for our non-profit and it will be a great help to get donations!!

    Thank you so much for your help and I look forward to hear from you!

    Take care and have a good day!

    @lgcdavila@gmail.com – please start your own thread – it’s not polite to hijack someone else’s thread and your question is totally unrelated to the OP’s.

    You can start a new thread here:

    http://wordpress.org/support/forum/how-to-and-troubleshooting#postform

    @heartfelt2009 – are you familiar with CSS? It’s generally a bit complicated to change the layout of a theme – you can try changing this CSS:

    #sideBar {
        margin-top: 30px;
        width: 328px;
    }
    
    #content.leftSideBar {
        float: right;
        width: 600px;
    }

    I’m not familiar with your theme (it’s not from here: http://wordpress.org/themes/), so if that doesn’t work, you may want to ask the developer for assistance.

    Also, it’s generally not advisable to change theme files, so I’d suggest making those changes via Custom CSS – if your theme does not have that option, you can use a plugin – and add the code above there.

    Lore

    (@lgcdavilagmailcom)

    heartfelt2009 and WPyogi,

    A HUGE apology…I didn’t mean to hijack this thread. 🙁
    As you can see,….I don’t have a clue of what I’m doing.
    I’ll start a new thread and again…I’m REALLY sorry!!

    No worries – it’s confusing when you’re new – it’s just too confusing to try to have more than one conversation at the same time :).

    Lore

    (@lgcdavilagmailcom)

    I totally understand…Thanks a lot for your help! 🙂

    Thread Starter heartfelt2009

    (@heartfelt2009)

    Thanks WPyogi! Worked perfectly

    Awesome :)!

    And lgcdavila@gmail.com – I have to go to bed soon, but I’ll look up your thread tomorrow – I’m a non-profit person too, so happy to help you out if I can.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Sidebar width edit Read all other posts not working for me’ is closed to new replies.