prabhukb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [i-max] Big Gap in Pages on MobileYes
Forum: Themes and Templates
In reply to: [i-max] Big Gap in Pages on MobileHey,
Copy and Paste Below Code into @media 768 section
.iheader h1 { line-height: normal; } .iheader .nx-breadcrumb { line-height: normal; } .iheader { min-height: 250px; }
Forum: Themes and Templates
In reply to: border picturesHey Z,
Are you removing border around your slider image?? if Yes,
use this code in your stylesheet.
#slider .sliderborder { display: none !important; }
Hope this helps..
Forum: Themes and Templates
In reply to: [i-max] Big Gap in Pages on MobileHello,
Hi, yes that’s possible with CSS tweak.
Copy and Paste following css in your stylesheet(end of the stylesheet)
@media only screen and (max-width: 768px) { .iheader h1 { line-height: 50px; float: none; width: 100%; } .iheader { padding: 25px 0; height: 0; } .iheader:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } .iheader .nx-breadcrumb { line-height: auto; float: none; text-align: left; width: 100%; } .site-main { padding-top: 0; } .page .entry-header { display: none; } }
Hope this helps..:)
Forum: Themes and Templates
In reply to: [Sydney] Center the whole site to middleHey Puzii,
Try adding the following CSS code in your css:
#primary {
margin: 0 auto;
float: none;
}Hope this helps..
Forum: Themes and Templates
In reply to: [teckzy] Problem with Menu with third layer, button disappearsHey Alex,
Try this one:
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff !important; }
Forum: Themes and Templates
In reply to: [i-max] Big gap between content and bottom of pageHello Rhys,
Try the following code in your custom css:
div.wpcf7 img.ajax-loader { width: 16px; height: 16px; }
Forum: Themes and Templates
In reply to: Make white box transparentHello,
use this css code:
.lf-3a .main-content .main-content-area, .lf-3b .main-content .main-content-area { background: rgba(256, 256, 256, 0.7); }
you can change the opacity value 0.7, 0.6, 0.5
Forum: Themes and Templates
In reply to: [teckzy] Problem with Menu with third layer, button disappearsUse CSS important
.nav .open > a:hover, .nav .open > a:focus { color: #fff !important; }
Forum: Themes and Templates
In reply to: [teckzy] Problem with Menu with third layer, button disappears.nav .open > a:hover, .nav .open > a:focus { color: #fff; }
Forum: Themes and Templates
In reply to: [teckzy] Problem with Menu with third layer, button disappearsHi Alex,
Try the following css code:
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { color: #; background-color: #: }
Hope this is Help:)
Forum: Themes and Templates
In reply to: [teckzy] Problem with Menu with third layer, button disappearsHi Alex,
use this code in your custom css:
#trueHeader ul li.current-menu-ancestor { background-color: #13AFEB !important; }
Try adding the following CSS code as well:
#header { padding-bottom: 0; padding-top: 2em; margin-bottom: 2em; } #header #logo { margin-bottom: 0; }
Forum: Themes and Templates
In reply to: [i-max] Big Gap in Pages on MobileHello,
Share your site url.
Forum: Themes and Templates
In reply to: [evolve] Header spacingHello,
Try For Logo
#logo-image { margin-top: 50px; margin-bottm: -30px; }