-
AuthorPosts
-
imasdtecno Friend
imasdtecno
- Join date:
- July 2014
- Posts:
- 19
- Downloads:
- 2
- Uploads:
- 7
- Thanked:
- 1 times in 1 posts
July 25, 2014 at 10:22 am #199986I need to lock the top menu bar in a position. With a 1366 x 768 the position is fine, but with 1920 x 1080 the menu margin left changes. I need the margin left locked and having the same position instead the resolution.
Example:
OK:
BAD:
I tryed this
@media screen and (min-width: 768px) {
.nav.navbar-nav.level0 {
margin-left: 50px;
}
}But the menu continues changing the margin. How can I lock the position of the menu? Thanks.
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 25, 2014 at 2:36 pm #543461Hi
Please post a link to your website so we can have a look at it and suggest best solution
imasdtecno Friendimasdtecno
- Join date:
- July 2014
- Posts:
- 19
- Downloads:
- 2
- Uploads:
- 7
- Thanked:
- 1 times in 1 posts
July 28, 2014 at 6:36 am #543569The URL is: http://www.imasdtecnologia.com/test14
I will submit to you an MP with the access data.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 28, 2014 at 9:26 am #543599Hi
In your custom.css you can try this :
@media (min-width: 992px) {
.t3-mainnav .t3-navbar {
margin-left: -50px;
}
}imasdtecno Friendimasdtecno
- Join date:
- July 2014
- Posts:
- 19
- Downloads:
- 2
- Uploads:
- 7
- Thanked:
- 1 times in 1 posts
July 28, 2014 at 1:50 pm #543653Ok. Problem solved.
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by imasdtecno 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum