-
Search Results
-
Would like to add some CSS to customize the look of the calendar widget display and found some code online that customizes a calendar referred to in the CSS as #wp-calendar and was wondering if this is the widget that is included in the Clean Retina Theme? When I import this code in the CSS sytle it does change some of the calendar’s look but most of the code seems to have no affect and was wondering if perhaps I need to slightly change some of the label names? Below is the code in question.
Thanks for your help,
Gary
/* calendar widget */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }Topic: Google Maps in Header
Is there anyway I can make this work? I am trying keep this Google Maps CSS and HTML in the header but I want the social media icons to appear next to it like the normal header style. Right now I have the customer header disabled and the following code.
Header HTML:
<div id=”middle”>
<div id=”goomap”>
</p>
<!–map start–>
<!–Positions map in page –>
<iframe width=”350″ height=”325″ float=”right” frameborder=”0″ scrolling=”no” marginheight=”0″ marginwidth=”0″ src=”http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=19505%2BForestdale%2BCt.%2BMokena%2C%2BIL%2B60448&ie=UTF8&z=12&t=m&iwloc=addr&output=embed”></iframe>
<br />
<!–map end–>
</div>
<div id=”middlecontent”>
<h1>OVC Lawyer Marketing</h1>
<p>
(312) 953-3826
<br>
19505 Forestdale Ct.<br>
Mokena, IL 60448<br></div>
</div>Stylesheet CSS:
#middle {
margin-right: auto;
margin-left: auto;
width: 70%;
height: 400px;
margin-top: 65px;
border:1px solid #FFFFFF;
background-color:#FFFFFF;
}#middlecontent {
font: normal 12px “Trebuchet MS”, Arial, Helvetica, sans-serif;
padding: 10px;Topic: Can't center menu
I used the code below per your instructions and it DOES center my menu but it also adds a top level menu/page called NAVIGATION. How do I remove that?
#access {
text-align: center;
}
#access li {
display: inline-block;
float: none;
margin-right: -4px;
}
#access a {
display: block;
float: none;
}
#access ul li ul {
text-align: left;
}
#access ul li ul li {
display: block;
margin-right: 0;
}Thanks,
Susan
http://ganache.myparisbistro.comHi Theme Horse Team,
first of all thanks a lot for this great theme!
I was wondering if it is possible to have the header/ nav bar fix when a user starts scrolling down?
I was testing the following custom CSS code (with no success):.wp-pagenavi { margin-bottom: 40px; border-top: 1px solid #EAEAEA; border-bottom: 1px solid #EAEAEA; padding: 7px 0; text-align: center; position: fixed; }
Any hint?
Thanks a lot!