-
AuthorPosts
-
magelanos Friend
magelanos
- Join date:
- December 2008
- Posts:
- 43
- Downloads:
- 320
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
September 3, 2013 at 11:21 am #190248How can I reposition the top menu to start from the left side right bellow the logo.
I would like to the menu bellow the logo and its left side to align with the left side of the logo. I have been searching the template.css for this and tried to use padding but it does not work since it gets stuck on the right side of the logo.I have disabled theme magic and optimize css so I only work with the template.css file
Any help would be greatly appreciated
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 3, 2013 at 4:11 pm #504425Can you provide the url of the site you’re working on – so we can take a better look?
magelanos Friendmagelanos
- Join date:
- December 2008
- Posts:
- 43
- Downloads:
- 320
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
September 3, 2013 at 5:22 pm #504432<em>@TomC 387723 wrote:</em><blockquote>Can you provide the url of the site you’re working on – so we can take a better look?</blockquote>
Sure !!!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 4, 2013 at 9:35 am #504526You can try with my below solution
Open templates/ja_hawkstore/css/template-responsive.css file
From
#t3-header {
padding: 10px 0 30px;
position: fixed;
top: 0;
width: 100%;
height: auto;
}
Change to
#t3-header {
padding: 10px 0 30px;
position: static;
top: 0;
width: 100%;
height: auto;
}
September 18, 2013 at 1:16 pm #506229Hi,
i’m having the same problem. I did change it to static, when I make my window smaller it does change to the bottom of the logo. But when it’s in fullscreen, the menu is still on the side of the logo. Anyway to make the menu appear on the bottom of the logo permanently. Perhaps some changes to the bootstrap?
– Machiel
calavaro Friendcalavaro
- Join date:
- August 2013
- Posts:
- 125
- Downloads:
- 7
- Uploads:
- 34
- Thanks:
- 28
- Thanked:
- 24 times in 1 posts
September 19, 2013 at 3:56 am #506304Perhaps if you comment out float: right; on line 1302 in templates/ja_hawkstore/css/template.css
Start at line 1301
#t3-mainnav {
/* float: right; */
position: relative;
z-index: 1030;
padding: 0px 160px 0px 0px;
} -
AuthorPosts
This topic contains 6 replies, has 5 voices, and was last updated by calavaro 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum