-
AuthorPosts
-
meisner Friend
meisner
- Join date:
- November 2010
- Posts:
- 27
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
October 20, 2015 at 8:11 am #706007Every change is getting a little closer, but if you try to downscale the site some, the menu turns to the right color and all, however it is still pretty wonky, It isn’t working like it should.
The goal is to have the menu working just as it is on the mobile view throughout the site whenever the menu is too big to fit on the screen in it’s normal state.
meisner Friendmeisner
- Join date:
- November 2010
- Posts:
- 27
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
October 20, 2015 at 8:11 am #752261Every change is getting a little closer, but if you try to downscale the site some, the menu turns to the right color and all, however it is still pretty wonky, It isn’t working like it should.
The goal is to have the menu working just as it is on the mobile view throughout the site whenever the menu is too big to fit on the screen in it’s normal state.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 21, 2015 at 1:27 am #706129May I know in which device the button doesn’t look as expected? You should check in real device instead of resizing browser, sometime it doesn’t bring our correct result.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 21, 2015 at 1:27 am #752346May I know in which device the button doesn’t look as expected? You should check in real device instead of resizing browser, sometime it doesn’t bring our correct result.
meisner Friendmeisner
- Join date:
- November 2010
- Posts:
- 27
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
October 21, 2015 at 12:56 pm #706298I haven’t checked on my ipad yet but other than that, i am happy with how it looks on phone.
However, i would hate to have my site look like this if people are running in a smaller browser window, something that i often do myself as well, and i doubt i’m the only one 🙂meisner Friendmeisner
- Join date:
- November 2010
- Posts:
- 27
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
October 21, 2015 at 12:56 pm #752404I haven’t checked on my ipad yet but other than that, i am happy with how it looks on phone.
However, i would hate to have my site look like this if people are running in a smaller browser window, something that i often do myself as well, and i doubt i’m the only one 🙂Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 22, 2015 at 10:15 am #706425If you want to apply to a bigger screen, you can add new css rule:
@media ( max-width: 1024px ) {
//your custom css here
.t3-mainnav .navbar .btn-navbar {
margin: 15px 0 (@baseLineHeight / 2) 20px;
background: none;
box-shadow: none;
border: solid 1px @gray Darker;
}
}
Just change the value for max-width property to your desired value, this means that every screen which is smaller than 1024px will have above css style.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 22, 2015 at 10:15 am #752492If you want to apply to a bigger screen, you can add new css rule:
@media ( max-width: 1024px ) {
//your custom css here
.t3-mainnav .navbar .btn-navbar {
margin: 15px 0 (@baseLineHeight / 2) 20px;
background: none;
box-shadow: none;
border: solid 1px @gray Darker;
}
}
Just change the value for max-width property to your desired value, this means that every screen which is smaller than 1024px will have above css style.
-
AuthorPosts
This topic contains 23 replies, has 2 voices, and was last updated by Saguaros 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum