Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* logo padding */
- strong.logo img{
- padding: 15px 0px;
- }
- .single .big-preview { float: right; margin-left: 20px; margin-top: 70px; }
- .content .entry-content-wrapper {
- overflow:visible !important;
- }
- @media only screen and (max-width: 1180px) {
- #top .av_seperator_big_border#header .av-main-nav > li > a {
- padding: 0 6px;
- }}
- strong.main-title.entry-title {
- font-size: 24px;
- }
- #top.single-post .big-preview.single-big a,
- #top.single-post .small-preview {
- pointer-events: none;
- cursor: default;
- }
- @media screen and (max-width: 767px) {
- strong.logo img {
- padding: 15px !important;
- }
- }
- #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next {
- display: none !important;
- }
- #wrap_all {overflow: hidden !important; /*needed for mobile menu scrolling */} }
- .main-title.entry-title {
- pointer-events: none;
- }
- /* navigation normal not bold */
- #top .av-main-nav > li > a {
- font-weight: normal !important;
- }
- /* larger phone no */
- .phone-info { font-size: 24px; padding-right: 10px;}
- /* no border phone no */
- #header_meta { box-shadow: none; }
- div#header_main { border-top: none; }
- /* padding to move nav down a bit */
- .main_menu > div > ul.av-main-nav > li > a {
- padding-top: 45px !important;
- }
- /* button hover in orange*/
- .main_color .avia-color-theme-color-subtle.avia-button { background-color:
- #e66f11; }
- /* wider sub menu */
- .main_menu .menu ul { width: 330px; }
- /* cf7 submit hover in orange*/
- .main_color input[type=’submit’]:hover {
- background: #e66f11; }
- /* no comment count on post grid */
- .slide-meta-comments, .slide-meta-del {
- display: none!important;
- }
- /* no tags categories on post grid */
- span.blog-categories.minor-meta {
- display: none!important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement