Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'banner'
-
AuthorSearch Results
-
In forum: Pinnacle Theme
this is my site http://mydaxin.com
and this my css that i used it.kad-header-style-basic .kad-primary-nav ul.sf-menu>li>a {
padding: 0 10px;
}.banner-code code {
white-space: normal !important;
}.kad-header-style-basic #logo {
max-width: 150px;
}.headerclass > .container, .headerclass .sticky-wrapper .container {
width: 100%;
z-index: 100000;
background-color: #fff;
}.sf-menu ul {
margin-top: -10px;
}In forum: Pinnacle ThemeIn reply to: Header Background Color in Pinnacle Premium
In forum: Virtue ThemeIn reply to: banner
Thanks Hannah for your reply. Any solution without typing short doe please? I tried your solution and as I’m really a beginner, it does not work. I’ve now a home widget banner whith my 4 product pictures, but when clicking on each, the pic just pops up in zoom mode; your short code I’ve placed in the comment zone of the text widget is not procuding any effect, sorry, maybe I went wrong.

Thanks
In forum: Pinnacle ThemeIn reply to: slider behind header on mobile
April 14, 2016 at 1:56 pm #90731So when you look are you looking on a mobile? Or are you refreshing the page say when you bring your browser down to the mobile size?
You can add this css for when you just changed the size of your screen without reloading:
@media (max-width: 767px){ .home.trans-header #kad-banner-sticky-wrapper { height: auto !important; } }Ben
In forum: Virtue ThemeTopic: banner
Hi,
I’ve not seen any tutorial for my below problem, which I believe, is very basic.
From my homepage, I want to have one banner containing 4 pictures corresponding to 4 different products I offer; every product, when clicked on, opens a page including 2 to 6 sub-products each, with an image + single text; then each sub-product, when clicked, opens a detailed page per article/product with more complex media and text.
I found no clear explanations on how to choose the right banner (Featured products, carousel…?) which could activate such kind of pyramidal architecture.
Thanks very much in advance
StephaneIn forum: Virtue ThemeIn reply to: Hide banner image on home page?
In forum: Virtue ThemeIn forum: Pinnacle ThemeApril 13, 2016 at 4:26 am #90448hi
I can´t make my portofolio item to show fullwith. I have checked all my choises in both portfolios settings and on each portfolio item, and nothing indicates that it shal not show fullwith?
I have a slider on topp that is fullwith and displaying banner off portofolio items in the bothom that shows full with?
Can somebody help me? (:
Regards
Kjersti JakobsenIn forum: Pinnacle ThemeIn reply to: slider behind header on mobile
April 12, 2016 at 11:08 pm #90421@media (max-width: 767px) { .home.stickyheader.trans-header #kad-banner { position: static; background: rgba(255,255,255,.9); } }Ben
In forum: Virtue ThemeIn reply to: Text above header
April 12, 2016 at 3:47 pm #90377Ok, so that is your logo/site title text.
If your not wanting to use a logo you can hide it with this css:
div#logo { display: none; }But you may want to add the banner image your using as the logo. In the logo layout settings of your main settings you can set the logo to be the width of the page.
Ben
In forum: Virtue ThemeIn reply to: CSS trade table price list
April 7, 2016 at 2:57 pm #89687add this css:
@media (max-width: 991px){ .boxed .stickyheader #kad-banner-sticky-wrapper #kad-banner { width: 100%; } }Ben
In forum: Pinnacle ThemeTopic: picture size banner size
In forum: Virtue ThemeIn reply to: Header background for mobile
In forum: Virtue ThemeIn reply to: Header background for mobile
In forum: Pinnacle ThemeIn reply to: Mobile Menu
In forum: Virtue ThemeTopic: Help with home page
Hi everyone,
this site i’m doing for a friend. he texted me this morning to say that he was playing around with the front page and he does not know what he has done. I have to zoom right out to see the whole of the home page.
He has added in a image when I inspect the element its called virtue_banner but I cannot find this in the options menu.
Can someone please help before I rip someones head off!
So sorry to be such a pain.
Thanks,
Richard
In forum: Virtue ThemeIn reply to: Mobile view
Hey kevin,
This css should make the logo smaller:@media (max-width: 768px) { body #kad-banner #logo .kad-retina-logo { width: 40%; } }You can use this to fix the look of your mobile menu:
.nav-trigger-case .kad-menu-name { margin-left: 0; } .nav-trigger-case .kad-navbtn { padding-top: 15px; }You can paste those in your custom css box in Theme Options > Advanced Settings.
What are you wanting to do with the topbar? Do you not want the menu dropdown in the topbar? Do you also want to remove the phone number?
Hannah
In forum: Virtue ThemeIn forum: Pinnacle ThemeIn reply to: Mobile Menu
You just need to wrap this in a media query. Try changing to this:
@media (min-width: 992px) { #kad-banner-sticky-wrapper { padding-bottom:0; max-height: 150px; } #menu-main { padding-top:15px; } #nav-main { width:910px; } .kad-header-left { width: 240px; } .kad-header-right { width: 900px; } }Hope that works for you!
HannahIn forum: Pinnacle ThemeTopic: Mobile Menu
So my mobile menu was working until I added some custom css to make the desktop menu container wider to add more links to the menu. The desktop version looks perfect, but when I size down to mobile, it disappears.
Here is the custom code I’ve added #kad-banner-sticky-wrapper {
padding-bottom:0;
max-height: 150px;
}
#menu-main {
padding-top:15px;
}
#nav-main {
width:910px;
}
.kad-header-left {
width: 240px;
}
.kad-header-right {
width: 900px;
}Any suggestions on how to make it appear again with keeping my custom css?
-
AuthorSearch Results


