test

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #890041

    Hi,

    That’s a problem from footer page and not topmenu. You can apply this way to fix the problem on your site

    Open templates/ja_cagox/local/css/template.css file

    find and change

    @media (min-width: 1200px) {
      .t3-footnav > div {
        padding-left: 90px;
        padding-right: 90px;
        border-right: 1px solid #2d2d2d;
      }
      .t3-footnav > div:last-child {
        border-right: 0;
        padding-right: 0;
      }
      .t3-footnav > div:first-child {
        padding-left: 0;
      }
    }

    to

    @media (min-width: 1200px) {
      .t3-footnav > div {
        padding-left: 0px;
        padding-right: 0px;
        border-right: 1px solid #2d2d2d;
      }
      .t3-footnav > div:last-child {
        border-right: 0;
        padding-right: 0;
      }
      .t3-footnav > div:first-child {
        padding-left: 0;
      }
    }

    Let me know if it helps

    Regards

    pepijn2015 Friend
    #890267

    Hi I tried but it is not working. But maybe I have expressed myself wrong. I have attached an image to explain my problem. I hope it will help.


    1. Schermafbeelding-2016-02-25-om-13.45.58
    Ninja Lead Moderator
    #890666

    From the provided URL in this topic, I can’t see see Over Ons anywhere. Could you update the correct URL so I can have a look?

    I will help to check it further.

    pepijn2015 Friend
    #890782

    Hi,

    Sorry. I’m sometimes working via MAMP. I have included the images.
    I you click on home you always see the menu (even if you scroll down). If you click on vintage the menu stays on top. You don’t see the menu if you scroll down. I have inserted the <body class="landing-page"> in the HOME.PHP. It refers to another NAV setting i guess, but I can not find it.

    With regards,
    Pepijn


    1. menu1
    2. menu2
    Ninja Lead Moderator
    #892120

    I tried to duplicate the issue at my end but without success.

    It’s best if you can put your site online and send me the URL so I will have a look.

    pepijn2015 Friend
    #892322

    The live site is:

    http://www.staging3.shopfordesign.nl/nl/
    See also the images included.

    Regards,
    Pepijn

    Ninja Lead Moderator
    #892644

    Try to add the new CSS style below into templates/ja_cagox/css/custom.css file

    header#t3-header {
        position: fixed;
        left: 0;
        right: 0;
        background: none;
        border-bottom: 0;
    }

    Hope it helps

    pepijn2015 Friend
    #894319

    hi,
    It didn’t work for 100%, but thanks for your answer, because I have found the solution.
    I have changed the style.less into:

    .landing-page & {
    position: absolute; (in stead of fixed)
    left: 0;
    right: 0;
    it is solved.
    This is working.

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

This topic contains 8 replies, has 2 voices, and was last updated by  pepijn2015 8 years, 9 months ago.

The topic ‘Topmenu’ is closed to new replies.