-
AuthorPosts
-
cantabriadeportiva Friend
cantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
November 8, 2012 at 11:45 am #182043Hello!!!
Now, I’m in a website made with NEX. I would like to modify the header. I’m gonna give you two pictures for easier understanding.
I have this header:
And this is what I want,
I want to erase both header sides
Is it possible???
Thanks!!!!
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
November 9, 2012 at 4:10 am #472363<em>@cantabriadeportiva 345338 wrote:</em><blockquote>Hello!!!
Now, I’m in a website made with NEX. I would like to modify the header. I’m gonna give you two pictures for easier understanding.
I want to erase both header sides
Is it possible???
Thanks!!!!</blockquote>
Hello cantabriadeportiva,You can add “width” and “margin” attributes into following styles in “templates/ja_nex/css/template.css” file:
#ja-header {
margin: auto;
width: 990px;
}#ja-mainnav {
margin: auto;
width: 990px;
}Hope this helps.
Regards.
2 users say Thank You to Stork11 for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
November 9, 2012 at 9:20 pm #472434Thank so much!!!:laugh:
1 user says Thank You to cantabriadeportiva for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
May 14, 2013 at 8:47 pm #492727Hello, I’ve uploaded to the last template version (2.5.8) and it doesn’t work. There is no problem with the header, but the navigation bar is on the left. The margin sentence does’t work.
Thanks!!!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 15, 2013 at 7:26 am #492784Hi cantabriadeportiva,
Right now its difficult to guess the issue and give solution to you. Can you send me link URL of your site? I shall check for you.
Regards
1 user says Thank You to Ninja Lead for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
May 15, 2013 at 2:06 pm #492846<em>@Ninja Lead 372780 wrote:</em><blockquote>Hi cantabriadeportiva,
Right now its difficult to guess the issue and give solution to you. Can you send me link URL of your site? I shall check for you.
Regards</blockquote> PM sended 🙂
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 16, 2013 at 10:49 am #492983Because css style of your site was missed semicolon(;)
Open templates/ja_nex/css/template.css file
from
#ja-mainnav {
background: url(../images/mainnav-bg.gif) repeat-x left bottom #CC3333;
padding-bottom: 6px
margin: auto;
width: 990px;
}change to
#ja-mainnav {
background: url(../images/mainnav-bg.gif) repeat-x left bottom #CC3333;
padding-bottom: 6px;
margin: auto;
width: 990px;
}Remember to clear cache from Admin area, let me me know the result
1 user says Thank You to Ninja Lead for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
May 17, 2013 at 1:21 pm #493147Oh my goodness!!! Such a stupid error!!!
Thank you for your time @ninjalead
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 3 voices, and was last updated by cantabriadeportiva 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Edit Header
Viewing 8 posts - 1 through 8 (of 8 total)