Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • missioneyes Friend
    #193503

    In JA Brisk,

    I have resized my logo to:

    .logo-image a {
    background-image: url(“../images/logo.png”);
    background-repeat: no-repeat;
    width: 250px;
    height: 80px;
    }

    in template.css

    I have tried to turn off the search module and have my menu move all the way to the right since I have 5 or 6 in the main menu.

    My issue is at tablet sizes, I am having issues with the menu and logo overlapping. This is not a problem in the phone size or in the wide screen.
    I have tried to find the fix in other threads but can’t quite figure it out. It doesn’t appear that there is any size in the bootstrap – responsive.css which is where I’m looking.

    http://powermail4joomla.com/pmj25/

    Thanks

    Css Magician Friend
    #517486

    Please open …templatesja_brisktplsblocksheader.php file and replace:

    <div class="ja-logo span2">

    with:

    <div class="ja-logo span2" data-xtablet="span4">

    Hope it helps.

    missioneyes Friend
    #517544

    This has helped quite a bit. However there is still one width that is an issue – it appears to be at width 992 – 1185

    Stan

    Css Magician Friend
    #517595

    Regarding the issue ‘width 992 – 1185’, please open …templatesja_brisktplsblocksheader.php file and replace:

    <div class="ja-logo span2" data-xtablet="span4">

    with:

    <div class="ja-logo span2" data-xtablet="span4" data-normal="span4">

    Hope it helps.

    missioneyes Friend
    #517733

    that did it. Anywhere we can learn about how these span4 and span2 and span8 apply and how to utilize this better? I have watched several tutorials but would have never come up with this idea.

    Css Magician Friend
    #517744

    Those relates to grid in Boostrap 2, I highly encourage you have a look at this guide http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Css Magician 10 years, 10 months ago.

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