I want to remove the ads at the top and bottom of the center content column. Can anyone tell me how to edit the middle column of this three column wordpress theme? I've looked everywhere. I can control the right and left columns but don't see a way to control the center column on the main page or any sub pages. Thanks.
happy to help but not sure I follow that exactly. That being said, your center column is #content { float: left; padding: 10px 20px; width: 410px; hope that helps, Nigel Edit: You may want to check out uber menu as well http://wpmegamenu.com/ That menu is meant to be nested, its essentially broken as it is.
Thanks but the ads are not in the css. I want to find them and eliminate them. I can't believe I can't find where to delete them.
I am not entirely sure what you are trying to accomplish here but I used firebug and pointed it at the center column... It is most certainly in the CSS. style.css line 521 what exactly are you trying to remove? Nigel
hmm. I would maybe have to crawl in there and look but that is google adsense. Someone had to add that manually or its a built in theme function. At a glance this is one way to manually add that code http://www.doncaprio.com/2012/09/ad...aderboard-banner-below-header-in-genesis.html Or here perhaps genesis_after_header Hook box in Simple Hooks Nigel
That was it! Thanks! When I first started editing the theme I had gone in there before and deleted some sidebar ads but WordPress is such a maze I forgot where I did it.
There might be a plugin for that if you look around, if not you might try a Google search to find out how to code it yourself. That's the best advice I have