Please help! I worked really hard at getting the grid-half featured listings to display properly (see attached), and then simply duplicated the styled page and changed the category ids to display the proper listings. My problem is, the styling is working only on the original page, none of the duplicates (!). Where did I go wrong?
Screenshot page URLS:
http://dev.finditsober.com/labs/ (Perfect)
http://dev.finditsober.com/mental-health/ (Not so Perfect)
—————————————
*/Here is the custom CSS I’m using:/*
—————————————
.geodir-gridview.gridview_onehalf li{
font-size:18px;
padding: 20px !important;
margin-left: 0px !important;
margin-bottom: 0px !important;
margin-top: 0px !important;
}
/*.geodir_images > ul{
height:162px !important;
width: 384px !important;
}*/
.gd-list-item-left{
max-height: 85px !important;
}
.oio{
height: auto !important;
}
.et_pb_section_1{
padding-top: 0px !important;
}
.geodir-image-container ul.geodir-images li img{
margin-top: 0px !important;
margin-bottom: 0px !important;
width: 100% !important;
min-width: 50% !important;
max-width: 200px !important;
}
.geodir-field-address, .geodir-field-phone{
font-size: 16px !important;
font-weight: normal !important;
}
.geodir-field-phone a{
font-weight: bold !important;
}
.et_pb_text_4 a{
font-size: 16px !important;
font-weight: bold !important;
}
/*.et_pb_column_1{
display: none !important;
}*/
.geodir-entry-title{
font-size: 20px !important;
font-weight: bold !important;
color: #0e76bc!important;
}
.gd-fav-info-wrap, .geodir-post-rating, .geodir-field-get_directions, .gd-read-more-wrap{
display: none !important;
}