Sidebar
I am trying to change the margin on the index page (or the home page) and I am having some problem finding the exact id for the page. could someone please help me.
Here is an example of the other margins that were edited.
#mainContent {
float: left;
display: inline;
}
#sidebar {
float: right;
display: inline;
margin-top: 125px;
}
.page-template-tpl-submit-php #sidebar,
.page-template-tpl-about-us-php #sidebar,
.page-template-tpl-post-resume-php #sidebar,
.page-template-tpl-staffing-php #sidebar,
.page-template-tpl-staffing-client-services-php #sidebar,
.page-template-tpl-staffing-home-php #sidebar,
.page-template-tpl-job-seeker-faq-php #sidebar,
.page-template-tpl-employer-home-php #sidebar,
.page-template-tpl-employer-resource-php #sidebar,
.page-template-tpl-employer-php #sidebar,
.page-template-tpl-job-interview-tips-php #sidebar,
.page-template-tpl-profile-resume-tips-php #sidebar,
.page-template-tpl-job-search-tips-php #sidebar,
.page-template-tpl-sample-resume-php #sidebar,
.page-template-tpl-advice-resource-php #sidebar,
.page-template-tpl-job-description-php #sidebar,
.page-template-tpl-staffing-php #sidebar,
.page-template-tpl-dashboard-php #sidebar,
.page-template-tpl-blog-php #sidebar,
.page-template-tpl-edit-job-php #sidebar,
.page-template-tpl-edit-resume-php #sidebar,
.page-template-tpl-profile-php #sidebar,
.page-template-default #sidebar
.single-resume #sidebar,
.page-template-tpl-contact-php #sidebar,
.
wp-login-page #sidebar,
.error404 #sidebar,
.single-post #sidebar, {
margin-top: 0;
}