This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a class="button secondary_color" style="margin-top: 2.5rem; border-radius: 0px; font-size: 2.5rem; opacity: 0.8;" href="/academicadvantage">Academic Advantage</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (max-width: 1025px) { | |
.wrap > .title-area.show > .site-title > a { | |
min-height: 50px; | |
width: 100%; | |
background: url(https://www.sandiegooralsurgery.com/wp-content/uploads/ALOS-Logos-Retna-Lft.png) no-repeat left top !important; | |
background-size: 150px 50px !important; | |
background-position: left center !important; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New Styles | |
/**Custom styles for the king estate winery**/ | |
body { | |
background-color: #f7f7f5 !important; | |
color: #8e6a02 !important; | |
} | |
.nav-tabs>li.active>a { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(function() { | |
// apply your matchHeight on DOM ready | |
// apply matchHeight to each item container's items | |
jQuery('.product_item_inner').each(function() { | |
jQuery(this).children('.product_item_excerpt').matchHeight({ | |
byRow: true | |
}); | |
}); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css" media="screen"> | |
.gr_grid_container { | |
/* customize grid container div here. eg: width: 500px; */ | |
} | |
.gr_grid_book_container { | |
/* customize book cover container div here */ | |
float: left; | |
width: 98px; | |
height: 160px; |
OlderNewer