• Resolved ghostofliberty

    (@ghostofliberty)


    Greetings,

    I need to increase the sidebar from 288 to 300px wide. I would like to do this by decreasing the small blank areas on the left and right, not by decreasing the area for the post content (sorry if I am not using the proper terminology. I am self-taught when it comes to working with wordpress and not familiar with all the terms). Could someone help me out by pointing me in the right direction? I’d be most appreciative.

    Also, the reason for this is to post a 300×250 item in a sidebar text box widget. Will I need to alter the widget as well? Meaning, are text box widgets set to allow for the max width of the sidebar or will it have its own properties I need to alter?

    Thank you everyone for your help.

    Here’s a screenshot of exactly what I am referring to:
    https://ignorethelies.com/wp-content/uploads/2013/06/ignorethelies_screenshot.jpg

    Here’s the website itself: Ignore The Lies

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter ghostofliberty

    (@ghostofliberty)

    OK closing this topic and trying again on another thread.

    I would not recommend that – duplicate threads are closed.

    Do you have a child theme set up? That’s the first step for modifications like that.

    https://codex.www.ads-software.com/Child_Themes

    Thread Starter ghostofliberty

    (@ghostofliberty)

    Yes, I have one but I have not activated it yet.

    Well, I’d suggest you do so – and then try adding this to the CSS:

    #content {
        margin-right: 5px;
    }
    
    #sidebar {
        width: 300px;
    }

    You’ll have to test it widely to see if it works on all pages.

    Thread Starter ghostofliberty

    (@ghostofliberty)

    When activating a child theme with that code, all my sidebars ended up broken and I had widgets all over the place. Instead I posted it in the .css editor and it looks like the sidebar is widened but now the text widget is not allowing the full code for the 300×250 ad to show up. Is there a fix for that?

    Thread Starter ghostofliberty

    (@ghostofliberty)

    Ok…I’m over this.

    If you want help with it, no problem, but you’ll have to use a proper child theme. If it’s not working that way, we can figure out why, but the solution is not to copy all the parent theme CSS code.

    Thread Starter ghostofliberty

    (@ghostofliberty)

    Sorry, WPyogi. It’s not the tech problem that’s frustrating me. At the risk of being rude, it’s your approach that’s frustrating me.

    You just posted “use a child theme” as helpful answer. Not anything after that. So now what…I have to type back “I reactivated my child theme” and then wait for you to reply? I’m guessing your reply after that would be “Good. Now we can start.” At this rate it will take a year to get anywhere.

    I know you are here to help, but don’t you think you could have told me what to do AFTER activating my child theme again? If I didn’t know this was volunteer work I’d think you were getting paid by the hour.

    NO, these kinds of things require seeing the actual site in the present state – so until someone sees it, there is NO next step.

    Thread Starter ghostofliberty

    (@ghostofliberty)

    I am requesting any WP MODERATOR to please delete this forum topic. Thank you.

    I’m sorry this thread did not go better, but per the forum guidelines, we don’t delete threads except in extreme circumstances.

    https://codex.www.ads-software.com/Forum_Welcome#Deleting_.2F_Editing_Posts

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘increase sidebar width, keep content with same’ is closed to new replies.