-
AuthorPosts
-
kelvin899 Friend
kelvin899
- Join date:
- January 2013
- Posts:
- 63
- Downloads:
- 5
- Uploads:
- 16
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
July 20, 2014 at 11:24 am #199830Hi guys,
In my previous thread I talked about the content which wasn’t responsive. (I hired a someone who fixed this, so its all good) But I have a problem with the menu, the position of the main menu is not the same on different kind of resolutions.
How can I achieve to fix this?
Thank you again!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 21, 2014 at 10:02 am #542995Hi Kelvin,
In small screen device, the menu button will appear and when you click this button, you will see all menu items. You can see the same in our demo site here: http://ja-appolio.demo.joomlart.com/
Could you describe in more details of how you want to achieve here? some screenshots will be helpful.
kelvin899 Friendkelvin899
- Join date:
- January 2013
- Posts:
- 63
- Downloads:
- 5
- Uploads:
- 16
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
July 21, 2014 at 11:45 am #543009Whoops, sorry! I didn’t mean on mobile screens but I meant on desktop resolutions. You can see it in the pictures here:
Here its good:
Here its bad on a bigger screen:
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 22, 2014 at 4:50 am #543066Hi Kelvin,
You can use media jQuery to add specific css rule for large screen (or specific resolution as you want). Here is workaround:
– Go to file: /templates/ja_appolio/css/custom.css (create this file if it doesn’t exist).
– Add css rule:
@media screen and (min-width: 768px) {
.nav.navbar-nav.level0 {
margin-left: 300px; <<<or change to your desired value
}
}
1 user says Thank You to Saguaros for this useful post
kelvin899 Friendkelvin899
- Join date:
- January 2013
- Posts:
- 63
- Downloads:
- 5
- Uploads:
- 16
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
July 22, 2014 at 9:17 am #543103Hey Saguaros,
Thank you so much, that worked like a charm! My only question left: How can I do this with the slogin container?
I tried to copy the code but then for the slogin container, but it didn’t worked! But thank you so far!:D
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 23, 2014 at 3:13 am #543167Could you describe in details of how you want to achieve? With the slogan container, you can try with this declaration:
@media screen and (min-width: 768px) {
.custom.slogin.container {
/*your style goes here*/;
}
}
1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by kelvin899 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum