Need little help with Wordpress please!

by 4 replies
5
Hey everone I'm trying to remove that middle section where the banner is on the following site:

HCG Diet Weight Loss | The hcg diet is ideal for helping you lose weight quickly.

but as I remove that section the right section gets close to the article and on the right side there is an open space how do I get rid of that middle section and have a bigger space for an article there? Download the template from:


WordPress › Yoko « Free WordPress Themes
#website design #wordpress
  • That theme has 2 sidebars. (Look once again at the original you linked to).

    The vertical banner (if we are talking about the same thing) is in that first, narrower sidebar.

    Since you had to ask... it means you can not remove it: it requires redesigning the content and sidebar area.

    Get another theme without the second sidebar.
    • [1] reply
    • Do you mean you want to remove the banner all together?

      If you go into the CSS file, look for this line:
      Code:
      .head-img {
      It is at about line 147 in the file.
      Just after that line, add this:

      Code:
      display:none;
      That will remove the banner.
      • [1] reply

Next Topics on Trending Feed