Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • missioneyes Friend
    #199872

    How do I enable a sticky menu for JA Brisk? We want the menu not to scroll down but to stay at the top.

    Thanks,

    Stan

    pavit Moderator
    #543078

    Hi

    To have your mainmenu sticky open this file templatesja_brisktplsblocksheader.php

    now you have for the ja-header this code:

    <!-- HEADER -->
    <header id="ja-header" class="wrap ja-header navbar-collapse-fixed-top">
    <div class="container">
    <div class="row">

    .

    Change it as showed below :

    <header id="ja-header" class="wrap ja-header navbar-fixed-top navbar-collapse-fixed-top"">
    <div class="container">
    <div class="row">

    missioneyes Friend
    #543119

    Great thanks.
    This worked but it is cutting off of the top of the slideshow. It looks like I’ll need to enlarge some other parameter. Can you give a suggestion? http://blogsten.com/brisk/
    Thanks so much.

    pavit Moderator
    #543127

    Hi

    try adding to custom.css file this :

    .ja-slideshow .container {
    padding: 120px 0 0;
    }

    If you haven’t a file named custom.css in templatesja_briskcss folder simply create it

    missioneyes Friend
    #543128

    It is not just affecting the slideshow however.

    See the inner pages: http://blogsten.com/brisk/features

    It cuts off the titles

    pavit Moderator
    #543129

    in the same file custom.css add this

    .ja-mainbody {
    padding-top: 80px;
    }

    missioneyes Friend
    #543133

    thanks so much

    pspascale Friend
    #981711

    After updating custom.css, when looking at the site on a mobile there is some extra white white space at the top in between the top menu and the slideshow

    pavit Moderator
    #982298

    After updating custom.css, when looking at the site on a mobile there is some extra white white space at the top in between the top menu and the slideshow

    Hi

    Could you please open a new topic for your issue and provide in it an url for your website and also a temp super user account ?

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

This topic contains 8 replies, has 3 voices, and was last updated by  pavit 7 years, 5 months ago.

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