-
AuthorPosts
-
walkysss Friend
walkysss
- Join date:
- February 2010
- Posts:
- 115
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 47
- Thanked:
- 1 times in 1 posts
March 3, 2015 at 2:18 pm #204288hi
im having issues with Bigger (larger Screen ) with the Top Nav
how can i keep everything the same ( same width and Size) on all Screen ..Ex iphone,tablet ,1920px …on the latptop everything is Fine …
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 3, 2015 at 6:44 pm #561445Can you explain the reference for “same” width/size relative to the screen sizes you’re referring to?
walkysss Friendwalkysss
- Join date:
- February 2010
- Posts:
- 115
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 47
- Thanked:
- 1 times in 1 posts
March 3, 2015 at 10:47 pm #561470hi
here the code that i used
@media screen and (min-width:1920px) {
.t3-mainnav {
margin-left: 365px;
width: 1219px!important;
}
}i want to keep eveything at 1219px on all Screen but it doesnt work on Large screen i got –see image
thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 3, 2015 at 10:56 pm #561471Are you saying that you want to keep your main nav centered with your site on larger screens/resolutions?
walkysss Friendwalkysss
- Join date:
- February 2010
- Posts:
- 115
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 47
- Thanked:
- 1 times in 1 posts
March 4, 2015 at 12:54 am #561477Yes, exactly .. I phone, tablets larger screen.. Thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 4, 2015 at 10:40 pm #561656Okay, try the following modifications – both within your custom.css file:
at line 544:
.t3-mainnav {
background: none repeat scroll 0 0 black;
border-bottom: 0 dotted ghostwhite;
border-left: 0 none;
border-radius: 6px;
border-top: 4px solid black;
margin-bottom: -1px;
margin-left: auto;
margin-right: auto;
margin-top: -23px !important;
width: 1186px;
}at line 73, delete the “left” property
.t3-mainnav {
width: 1186px;
}Better ???
1 user says Thank You to TomC for this useful post
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by TomC 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum