• I added a plugin which put a ‘share’ button on top of each page and post, and all my page and post contents shift below the sidebars. I tried to deactiviate the plugin and try another plugin which will add someone on the beginning of every page and post, same thing happen. I have been fiddling around the css to reside the content and the sidebar but nothing seems to work. Any ideas? My website is https://www.wizebiz.ca. As you can see, how the page appear empty, when you scroll down all the way pass the sidebars, you will see a ‘share’ button on the beginning of the post. Any help will be greatly appreciated. Thanks.

    Cecilia

Viewing 1 replies (of 1 total)
  • either add this to the end of style.css of your theme:
    .addtoany_share_save_container {clear: none!important;}

    or edit the ‘add-to-any’ plugin css /wp-content/plugins/add-to-any/addtoany.min.css
    and remove clear:both; from this style (the first style in the file):
    .addtoany_share_save_container{clear:both;line-height:32px;margin:16px 0}

Viewing 1 replies (of 1 total)
  • The topic ‘Content shows below sidebars’ is closed to new replies.