-
AuthorPosts
-
March 27, 2012 at 3:17 am #175441
i’m sory about a title
not righ. but topI want to have a fixed module position in the upper top, My plan for the banner. like an image below
any idea?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 27, 2012 at 4:37 am #445827yes you can make it. post an image using Custom HTML. and do some css changes by making it position property fixed.
if you need more assistance, please post your site Url and the Image you need to add there
1 user says Thank You to chavan for this useful post
March 27, 2012 at 4:43 am #445829chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 27, 2012 at 4:58 am #445833Add this code to template.css file
#ja-absolute .custom {
height: 450px;
margin: 0pt auto;
position: fixed;
top: 0px;
width: 230px;
z-index: 999;
}#ja-topmenu{
margin:450px 0 0 0;
}with respective to the image height you need change the 450px and 230px in the above css code
Hope this would help you.
1 user says Thank You to chavan for this useful post
March 27, 2012 at 5:26 am #445835Thank you. I have managed to change the position, but if I want a banner that is on the left or right or down?
can you help me ?
March 27, 2012 at 5:30 am #445838ok thank for your solution.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 27, 2012 at 5:31 am #445839post a screenshot on which places you need and give me the sample banner. I will provide you the css suggestion
March 27, 2012 at 8:57 am #445872my mean is a banner at the top, there is also on the left, top, right and bottom. they appear together.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 27, 2012 at 10:48 am #445890rename the similar code there and add left:0px; to make it to appear in left and add right:0px to make it appear on right
Add Either one code above in this code and feel the difference
#ja-absolute .custom { height: 450px; margin: 0pt auto; position: fixed; top: 0px; width: 230px; z-index: 999; }1 user says Thank You to chavan for this useful post
March 28, 2012 at 2:37 am #446030ok. but, if i want to show the banner or appear on each page
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 28, 2012 at 4:42 pm #446157you can create new Custom Module for all page and then you can make visible one on each page.
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 2 voices, and was last updated by chavan 12 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
I want to have a fixed module in the upper right
Viewing 11 posts - 1 through 11 (of 11 total)