• Resolved chefsuzy

    (@chefsuzy)


    I toyed briefly with adding a left sidebar to my wordpress site, sing the Bard theme. I didn’t like it so immediately removed it. Ever since I have had a wide blank gap between my right sidebar and the contents of the page. It seems to be a second blank right sidebar.

    I cannot seem to get rid of it. Please, has anyone any ideas?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @chefsuzy

    At first, thank you for your response and for choosing our theme.

    We checked your webiste and seems that there was extra style added which floated the main content to the left side.

    Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:

    .main-container {
      float: none !important;
    }

    Kind Regards

    Thread Starter chefsuzy

    (@chefsuzy)

    Thank for answering.

    I did that and the contents are now centred but my sidebar on the right went below the main contents! I then tried to fix that myself, made a mess of it and back to the same white space sitation. I think I may have messed up the rest of the code!

    Can you please help me again, I’d be so grateful

    • This reply was modified 4 years, 10 months ago by chefsuzy.
    • This reply was modified 4 years, 10 months ago by chefsuzy.

    Hi @chefsuzy

    Please remove the CSS snippet we shared from your website and add this one:

    .main-container {
      width: -webkit-calc(100% - 404px) !important;
    }

    Kind Regards

    Thread Starter chefsuzy

    (@chefsuzy)

    Thank you but that hasn’t worked either! The sidebar is in the right place but the contents are still far over to the left.

    My additional CSS bit looks like this now, is that right?
    a {
    color: #27aa71 !important;
    }
    .main-container
    .textwidget {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }align-content
    .main-container {
    width: -webkit-calc(100% – 404px) !important;
    }

    I really do appreciate this.

    Thread Starter chefsuzy

    (@chefsuzy)

    I’ve done it, I’ve done it, I’ve done it!!!
    It was an inactive sidebar which I discovered and removed.

    Thank you for all your help!

    Hi @chefsuzy

    I am glad that you have managed to find out it by your self.

    You are welcome. Feel free to contact us anytime.

    Kind Regards

    Theme Author WP Royal

    (@wproyal)

    Hi,

    If you have any other Questions feel free to open a new Forum Support Topic and we will do our Best to help you.

    Kind Regards,
    Nick

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Extra Blank Right Sidebar’ is closed to new replies.