Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • reverbatim Friend
    #190148

    Hello,

    I am actually coding a website (http://www.reverbatim.com) using the Ja Mero template but I am facing page setup problems.

    I created some module positions and try to move others one and now it is a real mess : nothing aligns correctly in any screen resolution.

    I do not say it is your work to make my website but I am asking for help.

    I do not understand why some module remains fixed in any resolutions and why some others do not. In fact there are problem with the logo (the mobile version never appears), the main menu (not correctly located on smartphone screens resolutions), the top bar menu icon (does not passe above on smartphone), the bottom bar menu icon which does not align correctly and the slideshow : it remains fixed so everything scrolls under it.

    If you can please look at my website and just tell what is going wrong I would appreciate it.

    By the way I can not the the “JAT3 clean cache” button, do you have any idea why ?

    Regards

    Ninja Lead Moderator
    #504102

    I have fixed this css style problem on your site with this solution:

    Open templates/ja_mero/css/themes/ja_mero-reverbatim/template.css file

    From

    .navbar-collapse-fixed-top,
    .navbar-collapse-fixed-bottom {
    border-top: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    }

    Change to

    .navbar-collapse-fixed-top,
    .navbar-collapse-fixed-bottom {
    border-top: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    }

    Please check responsive on your site again

    reverbatim Friend
    #567424

    Hello and thank you for your reply,

    The problem has been fixed. Thank you.

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  reverbatim 9 years, 7 months ago.

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