• Resolved crossboy007

    (@crossboy007)


    I am using the Bota theme, and edited it a bit to remove the sided bar and also to remove the footer. My problem is that now the space where the side bar was, does not allow any text to be entered into it.

    I am aware that this is a CSS problem most likely, but I’m not too sure where to look.

    Could someone point me in the right direction, and tell me where I should look for the correct CSS file and which part of it I should edit.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there crossboy007,

    How are you doing today?

    Since you already made some changes in your site the easiest way for me to try to help you changing the width of your content area to fit the space where sidebar was would be for you to post link to your site so I can take a look.

    Generally this should be possible with some custom CSS.

    Best regards,
    Bojan

    Thread Starter crossboy007

    (@crossboy007)

    Hi 🙂 Thanks for your reply. You can view my site here: http://ducklincottage.co.uk

    Thanks

    Hey again crossboy007,

    Your content area has a right margin which is preventing it to be displayed in full width. To remove it please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    #content {
    margin: 0;
    }

    This should display content in full width. Please let me know if this helps 🙂

    Best regards,
    Bojan

    Thread Starter crossboy007

    (@crossboy007)

    Thank you so much, this has sorted it. I don’t know if I am allowed to ask you in the same thread, but I am having the same issue for the news page of this site http://sinergycraft.net/news/ after deleting the side bar. I installed the plug in and used the CSS that worked from the other site, but in this case it didn’t work.

    If you need me to make another thread to ask this I will, but I thought it would be easier to ask in one thread.

    Thanks so much for helping 🙂

    Thread Starter crossboy007

    (@crossboy007)

    Thank for all the help 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: Bota] How can I remove the empty space down the side of every page?’ is closed to new replies.