Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • Saguaros Moderator
    #1083574

    Hi @crossix,

    Kindly share the credentials of your site, I will check for you.

    Regards

    Saguaros Moderator
    #1083576

    Hi,

    It due to the menu class: nav-pills and _menu class suffix you put for that menu module.

    I updated the settings as our demo site for you: http://prntscr.com/ht6bgr

    And it displays vertically now.

    Kindly check.

    crossix Friend
    #1083577

    did, please explain me so i can do it! thanks

    crossix Friend
    #1083578

    where to change the background color of the navbar?

    Saguaros Moderator
    #1083580

    Which navbar are you referring to? Kindly share screenshot highlighting it.

    crossix Friend
    #1083581

    main menu navbar or t3.navbar


    1. 2017-12-27-19_10_03-Home
    Saguaros Moderator
    #1083583

    You can try to add this CSS:

    .t3-header {
        background-color: #de5757;  /*change to your desired color*/
    }

    to the file: root/templates/uber/css/custom.css (create this file if it doesn’t exist)

    crossix Friend
    #1083750

    Hi saguaros, got another questions. im using a slider that i published on slideshow position, however the image of the slider doenst show correctly when shrinking the image to a mobile view, see image attached, also i have a ACM call Our services, the images of it are going above the sticky menu bar, it should be behind when scrolling down, see attachments. hope you can help me. thanks


    1. 2017-12-28-17_52_34-Home
    2. 2017-12-28-17_53_22-Home
    Saguaros Moderator
    #1083823

    Hi,

    You can try to use this custom CSS:

    @media (max-width: 767px){
    .itemid-101 .wrap.sections-wrap {
    padding-top: 52px;
    }
    }

    .t3-header.affix {
    z-index: 100;
    }

    Hope this helps.

    crossix Friend
    #1083888

    thank you saguaros, that fix the overlap issue on mobile, now the second question was how to fix the images and text of the "Our Services" going over the sticky bar, see the attachment!
    thank you saguaros


    1. 2017-12-29-11_27_54-Home
    crossix Friend
    #1083940

    hello, would you please look at it?

    Saguaros Moderator
    #1083973

    Hi,

    Basically, it relates to the z-index, you can increase above value for z-index, it will show fine.

    I just checked your site on mobile and it looks fine now, did you get it solved?

    Cheers!

    crossix Friend
    #1083988

    i put bunch of codes examples from another custom.css, but i want the right one, i primarily use

    clsHeader {

    z-index: 99;

    }
    but it didnt solved it, check it out

    crossix Friend
    #1083990

    i solved with the code

     .t3-header {
            z-index: 50!important;
        }
        #clsHeader {
            z-index: 99;
        }
Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 2 voices, and was last updated by  crossix 6 years, 4 months ago.

The topic ‘Vertical main menu on offcanvas’ is closed to new replies.