Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sforsgren Friend
    #999737

    When I try to use the Promo Bar with JoomlaShack Impacto Template, the bar covers up the site menu and does not seem to push it down. How can I get the Promo Bar to display properly?

    I’ve tried various locations in the template but none of them seem to work as I had hoped.

    Example in screen shot attached.

    Thank you in advance,
    Scott


    1. toolbar
    Ninja Lead Moderator
    #1000081

    Hi,

    I can check this bug directly on your site, please give me the URL of your site and admin login via private reply.

    Regards

    sforsgren Friend
    #1000359

    Wow – Thanks Ninja Lead. I appreciate it very much. Thank YOU. Requested details sent via private reply.

    sforsgren Friend
    #1000360
    This reply has been marked as private.
    Ninja Lead Moderator
    #1000737

    Hi,

    You can try to remove this code on your site

    • Open templates/js_impacto/css/style-blue.css file

    find and remove the CSS style

    .navbar-fixed-top {
        top:0
    }

    Regards

    sforsgren Friend
    #1001001

    Thanks so much Ninja Lead! On my desktop browser, it looks very good now.
    However, on Chrome and Safari on IE, the promo bar appears as white space and not red with text as on the desktop. Please see the image attached. Is there something preventing it from working on a mobile device?

    Thank you again!


    1. img
    Ninja Lead Moderator
    #1001137

    Applying this way to your site

    • Open templates/js_impacto/css/style-blue.css file and add new rule
    @media  (max-width: 767px) {
        .navbar-fixed-top {
            top:0
        }
    }
    @media  (min-width: 768px) and (max-width: 979px) {
        .navbar-fixed-top {
            top:0
        }
    }
Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Ninja Lead 7 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum