hi all..... this stuff drives me crazy....greekhomerecipes.com - 2 issues.... 1 - main page....right nav bar...has these funky looking marks in "Latest Recipes", "Meta", and "Subscribe" headers....how do i fix this?? 2 - when u click a recipe...the left nav bar drops all the way to bottom....how do i fix this?? please help....i have no idea how to fix..... thnks tony
you can edit the right and left side bar to make any modifications, also if you are looking for different theme try mybloglive.com . jus go in wp-admin >> presentations and edit those from sidebars
check the sidebar codes.. see this code? <li id="latestrecipes"><h2><span>Latest Recipes</span></h2> Code (markup): you have to use div class="tile_header" for the header.. like this.. <div class="tile_header"><h2>Latest Recipes</h2></div> <div class="tile_body"><ul> <li id="latestrecipes"> blah blah </li> </ul> Code (markup):
all that did was double up the latest recipes header......that didnt fix it.... i know that......but how and what do i edit???