-
AuthorPosts
-
March 21, 2013 at 5:50 pm #186072
I like template JA Zite but I would like if you could make some minor changes/customisation to this template. As joomlart suggested, I purchased/renewed my membership also for this template. The modification/customisation that require is: the logo to be moved from middle of the header to the left of the header and move Main Menu options to the right of the logo. Attached screenshot for your reference. I have supplied to joomlart the ftp access. I tried changing scripts myself but it is giving problem with mobile version of the site. Could you please help me / assist in making this possible. Thank you.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 22, 2013 at 11:31 am #487468Hi Pushkar,
Try this
1) Open templates/ja_zite/css/templates.css file
add new script
h1.logo {
float: left;
}
#ja-mainnav #ja-megamenu {
float: right;
right: 0;
top: 30px;
}
#ja-mainnav .main-inner1 {
left: 0;
height: 80px;
margin: 10px 0px;
width: 100%;
}2) Copy both file into this path: templates/ja_zite/blocks/
Remember to backup old file before doing this
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 2, 2013 at 3:11 am #488530Regarding the problem of logo and main menu in mobile version, it can be fixed as follows :
Open templates/ja_zite/css/layout-mobile.css file
add new script
h1.logo {
text-align: center !important;
float:none !important;
}#ja-menu-button {
position: absolute !important;
top: 90px;
}Let me know if it helps
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA Zite – minor modification to template header – please help
Viewing 3 posts - 1 through 3 (of 3 total)