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'

Home / Forums / Search / Search Results for 'banner'

Viewing 20 results - 861 through 880 (of 1,614 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Credit cards

    #127006

    Try first removing this CSS:

    #kad-mobile-banner-sticky-wrapper {
        height: 60px !important;
    }
    .topbar-widgetcontent {
        display: inherit;
        margin: 0;
    }

    Then go into Theme Options> Mobile Header, and set “Mobile header height” to something like 120-140. I just tested on my site and this increased the size of the logo.

    As for the logo in the footer, can you elaborate? It’s displaying well on my end.

    -Kevin

    #126610

    Try adding this css:

    div#kad-banner-sticky-wrapper {
        margin-bottom: 20px !important;
    }

    Hannah

    In forum: Virtue Theme

    In reply to: Virtue Banner

    #126580

    I was able to kind of accomplish this with this CSS:

    .banner .virtue_sitewide_banner {
        min-width: 100% !important;
    }

    Try adding that to Theme Options> Advanced Settings and let me know if it works for you.

    -Kevin

    In forum: Virtue Theme

    Topic: Virtue Banner

    #126545

    Hello, for the beginning Happy Hew Year for all :).
    I have question is possible to have virtue banner on full width?

    Karolina

    #126471

    Hey
    Here is my suggestion. Set the header background back to white. Then add this css:

    #kad-banner > .container {
        width: 100%;
        padding: 0;
    }
    @media (min-width: 992px){
    .kad-header-right #nav-main {
        background:#16b8ff;
        padding: 5px 0;
        margin: 0;
    }
    }

    Let me know if thats what your wanting.

    Ben

    In forum: Membership Forums

    In reply to: keep topbar

    #125967

    I’m assuming this is just for that one page… Use this css:

    .page-id-843 #kad-banner > .container, .page-id-843 #kad-banner > .menu_bg {
        display:none;
    }
    .page-id-843 #kad-banner {
        height:auto !important;
    }

    Ben

    In forum: Membership Forums

    Topic: keep topbar

    #125928

    Hi,

    wana hide the header (menu & logo), but keept the topbar…

    find no code for this

    .page-id-843
    header {
    {display: none;}
    }

    .page-id-843 #kad-banner-sticky-wrapper
    {display: none;}

    this hides all (though there is space for the topbar?

    Can u help pls?

    Thx

    Dan

    #125419

    Hi guys,
    I have two issues that I would like to resolve.

    1. I find the font size of the categories to be too small and it doesn’t appear on the home page.
    In my Home page happyfrogtravels.com > Latest from the blog categories don’t appear in recent posts (there is only an icon but not the text).
    In categories like they do appear but are very small. I want the font bigger, so people can click on it to find texts in the same category. I don’t need to mention it is the same small font size inside the posts too.

    2. On my categories I have placed an image like a banner but there seems to be a margin around it. You can see an example here:
    You see the title STORIES and the photos from the posts under the long photo (banner) are aligned to the left but the long photo seems to be having left and right margins (or maybe also up and down). This happens in any individual photo inside posts like here:
    – The photo just under the title is not aligned to the left; To the right and down there is a huge margin. What can I do to eliminate the margin?

    Thanks beforehand.

    Milos

    In forum: Virtue Theme
    #125396

    That’ll be great, as I plan to use the slider as a banner instead of the logo section, for the home page and all the pages.Thx again!

    #125381

    Update the css to this:

    @media (min-width: 992px){
        .kad-header-left {
        position: absolute;
        width: 180px;
        left: 0;
        top: 0;
        padding-right: 0;
        z-index: 100;
    }
    .kad-header-right {
        width:100%;
        padding-left: 180px;
    }
    #kad-banner .container {
        position:relative;
    }
    }

    Ben

    #125255

    Hello,

    In my homepage website, I am using the kadence slider pro through the theme options home slider setting. I noticed whenever the screen size goes from 1920×1080 to a smaller size like 1024 x 768, theres a large white space between the slider and the header. Is there any way of fixing that?

    Thanks!

    #124888

    ok, remove your css. then instead add something like this:

    @media (min-width: 992px){
        .kad-header-left {
        position: absolute;
        width: 165px;
        left: 0;
        top: 0;
    }
    .kad-header-right {
        width:100%;
        padding-left: 165px;
    }
    #kad-banner .container {
        position:relative;
    }
    }

    Ben

    #124813

    Hi…

    I have a Revolution slider running full screen as the header on the homepage, with the nav bar running underneath.

    Is it possible to insert a page above the nav bar or a row with two columns to create a smaller banner and facebook feed. I realise I could add this to the Homepage at the top, but there is no option to get the nav bar to run underneath it as it does now.

    Thanks,
    Harry

    #124606

    Sorry mean to be “users sake” many people dislike having to load two pages and click through the first just to get to content it’s also confusing to not see any navigation.

    Yes, the logo is always going to link to the base site url.

    You would need to add this css:

    .home #kad-banner-sticky-wrapper {
        display: none;
    }

    Ben

    In forum: Virtue Theme
    #124452

    The homepage header image is http://www.emergecompilot.com/wp-content/uploads/2015/09/homepagebanner4.jpg

    In forum: Virtue Theme
    #124451

    I see, I am currently using the free version of the theme, that’s what the site is using now (http://www.emergecompilot.com). I have just purchased the Premium today, loaded it, and have not activated it yet as I prepare to resolve the changes that the switch will cause.

    I was hoping that the upgrade would allow me to have a homepage header and a separate page header throughout. The page header url is http://www.emergecompilot.com/wp-content/uploads/2016/10/homepagebannershallow.jpg

    Hope this clarifies/helps understanding.

    Cheers,

    Michael

    In forum: Virtue Theme

    In reply to: Add Body Border

    #124414

    I see you’re missing some of the CSS Ben gave you. Try adding this back in:

    .container.mobile-header-container {
        background: white;
        margin: 0 5px;
    }
    #kad-mobile-banner {
        background: transparent;
    }
    
    #kad-mobile-banner {
        position: absolute;
        margin-left: -5px;
        margin-right: -5px;
        left: 5px;
    }

    -Kevin

    In forum: Virtue Theme

    In reply to: Add Body Border

    #124371

    add this:

    .container.mobile-header-container {
        background: white;
        margin: 0 5px;
    }
    #kad-mobile-banner {
        background: transparent;
    }

    Ben

    #124340

    I just tested on my older pc and this CSS seems to fix it. Try placing into theme options> Advanced Settings:

    body #kad-banner #logo .kad-standard-logo, body #kad-banner #logo .kad-retina-logo {
        min-width: 165px !important;
    }

    Let me know if that works for you!

    -Kevin

    In forum: Virtue Theme

    In reply to: Add Body Border

    #124272

    Hey,
    You can add this css for mobile:

    #kad-mobile-banner {
        position: absolute;
        margin-left: -5px;
        margin-right: -5px;
        left: 5px;
    }

    Ben

Viewing 20 results - 861 through 880 (of 1,614 total)