This is all I have in my CSS. I have tried changing the padding on everything I could find with a value. I also changed the single entry styles. Basically the same stuff that’s in the forum. Sorry I can’t be more specific, but I have tried and deleted so many.
/*
Theme Name: sendell
Description: twentyeleven child
Author: Moore Design Graphics
Template: twentyeleven
*/
@import url(“../twentyeleven/style.css”);
.page-id-4 .entry-title { display: none; }
.page-id-2 .entry-title { display: none; }
.page-id-24 .entry-title { display: none; }
.page-id-22 .entry-title { display: none; }
.page-id-5 .entry-title { display: none; }
#branding #searchform {
display: none;
}
#branding {border-top: 0;}
#access {
background:none repeat scroll 0 0 #FFFFFF;
color:#000000;
box-shadow: none;
clear: both;
display: block;
text-align: center;
margin: 0 auto 6px;
width: 100%;
}
#access ul {
font-size: 13px;
list-style: none;
margin: 0 0 0 -0.8125em;
padding-left: 0;
display: inline-block;
text-align: center;
}
#access li {
text-align:center;
position: relative;
}
#access a {
color: #333;
display: block;
line-height: 3.333em;
padding: 0 1.2125em;
text-decoration: none;
}
#access ul ul {
display: none;
text-align:center;
margin: 0;
position: absolute;
top: 3.333em;
left: 0;
width: 188px;
z-index: 99999;
}
#access ul ul ul {
left: 100%;
top: 0;
}
#access ul ul a {
background: #f9f9f9;
border-bottom: 1px dotted #ddd;
color: #666;
font-size: 13px;
font-weight: normal;
height: auto;
line-height: 1.4em;
padding: 10px 10px;
width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
background: #FFF;
}
#access li:hover > a,
#access a:focus {
background: none;
color: #666;
}
#access ul li:hover > ul {
display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
font-weight: bold;
}
body {
font-size: .7em;
text-align: center;
}
/* IPAD FIXES */
@media (max-width: 960px) {
/* Simplify the basic layout */
#main #content {margin: 2em auto;}
@media (max-width: 960px) {
/* @media (max-width: 960px) Reduce font-sizes for better readability on smaller devices */
body, input, textarea {}
img.alignleft { margin-right:10px; }