-
AuthorPosts
-
February 6, 2012 at 1:32 am #173577
2 things:
1) when i set my slideshow animation to fading it aligns left.
2) i have increased the size of my logo and now need to move the top menu and social buttons above the logo to make space. I would also like to get rid of the space between the logo and the slideshow.
Thanks
February 6, 2012 at 12:51 pm #437127just to make it clear i would like the slideshow to align center
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 6, 2012 at 3:37 pm #437149just to make it clear i would like the slideshow to align center
You add the code into /templates/your_template/css/template.css
.ja-slide-main-wrap{
margin: 0px auto;
}2) i have increased the size of my logo and now need to move the top menu and social buttons above the logo to make space. I would also like to get rid of the space between the logo and the slideshow.
You replace the code from /templates/your_template/css/template.css
#ja-header .main {
padding: 20px 0;
}
with
#ja-header .main {
padding: 30px 0px 0px;
}
Replace
#ja-top {
float: right;
}
with
#ja-top {
position: absolute;
top: 5px;
}1 user says Thank You to khoand for this useful post
February 6, 2012 at 6:07 pm #437185khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 6, 2012 at 7:02 pm #437205You use wrong code at line 826 of template.css
#ja-header .main { padding: padding: 30px 0px 0px; }
The right code is
#ja-header .main { padding: 30px 0px 0px; }
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by khoand 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum