Tagged: topmenu
-
AuthorPosts
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 25, 2016 at 3:46 am #890041Hi,
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
February 25, 2016 at 1:11 pm #890267Hi 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.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 26, 2016 at 3:14 am #890666From 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.
February 26, 2016 at 9:27 am #890782Hi,
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-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 29, 2016 at 4:09 am #892120I 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.
February 29, 2016 at 1:23 pm #892322The live site is:
http://www.staging3.shopfordesign.nl/nl/
See also the images included.Regards,
PepijnNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 1, 2016 at 2:55 am #892644Try 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
March 3, 2016 at 3:52 pm #894319hi,
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. -
AuthorPosts
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.
Jump to forum