-
AuthorPosts
-
Rusell Cerrato Friend
Rusell Cerrato
- Join date:
- September 2014
- Posts:
- 220
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 120
- Thanked:
- 8 times in 1 posts
August 14, 2012 at 5:34 pm #179928Hello guys!
can you pls give a hand here..
how can I move the logo on zite, to the left corner before the mega menu? also how to reduce the space where the logo was originally in? but is very important to keep good margins for the ipad screen width
here is a pick of what I need to do!
best regards! txs
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 15, 2012 at 7:41 am #464273Hi Rcerrato,
It requires too much customization of codes, so i can’t help you. This may be effected to responsive design.
Regards,
1 user says Thank You to HeR0 for this useful post
Rusell Cerrato FriendRusell Cerrato
- Join date:
- September 2014
- Posts:
- 220
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 120
- Thanked:
- 8 times in 1 posts
August 16, 2012 at 2:34 pm #464432Thanks HeR0, however, I wish I just could get rid of the idea, but my customer wont really let me not to try.
can you please give me a clue, or staring point?do I have to modify the layout or template.ccs?
the menu starts right at the begining of the vertical space, but have not idea how to create a new position called logoposition2 like an example.
thanks for your ideas..!
rgds
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 17, 2012 at 4:20 am #464488Hi Rcerrato
Please look at http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Default_Layout for get why you do not should?Suggest: modify file templates/ja_zite/blocks/mainnav.php. find
<?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu (); ?>
replace to
<?php if($this->countModules('testlogo')) : ?>
<div id="testlogo" >
<jdoc:include type="modules" name="logoposition2" />
</div>
<?php endif; ?>
<?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu (); ?>Then go to modules manager assign a module to logoposition2 position and add some css code to template.css for style this logo and menu as responsive.
Hope that can help you.Regards,
1 user says Thank You to HeR0 for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by HeR0 12 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how to move the logo from top to next to mega menu on ja-zite
Viewing 4 posts - 1 through 4 (of 4 total)