-
AuthorPosts
-
sunlons Friend
sunlons
- Join date:
- February 2013
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
November 6, 2013 at 9:55 am #192018Hello,
Here is my website:
http://www.bastchem.com/blank here:
So I modify the below CSS
#ja-container .main {
padding: 20px 0 0;
}into
#ja-container .main {
padding: 0px 0 0;
}Then the home page is ok.
However, the other page has problem.
My question, I don’t want to change the innerpage’s padding.
I only want to delete homepage ‘s blank.
How I can do that?
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 6, 2013 at 4:27 pm #511381Here’s something to try/test out . . .
Within file path –> /templates/ja_university/css/template.css
at line 1089, add a negative “margin-bottom” property – for example:
#ja-slideshow {
background: none repeat scroll 0 0 #D7E3E3
border-bottom: 1px solid #C3D5D5
margin-bottom: -20px;
position: relative;
z-index: 10;
}See how that works across your site.
sunlons Friendsunlons
- Join date:
- February 2013
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
November 7, 2013 at 2:22 am #511407Thanks,
I have change into#ja-slideshow {
background: none repeat scroll 0 0 #D7E3E3
border-bottom: 1px solid #C3D5D5
margin-bottom: -20px;
position: relative;
z-index: 10;
}It seems don’t work.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 8, 2013 at 11:21 am #511629@sunlons: You can try to do with my solution
Open templates/ja_university/css/template.css file
from
#ja-container .main {
padding: 20px 0px 0px;
}change to
#ja-container .main {
padding: 0px !important;
}
#ja-mainbody {
margin-top: 20px;
}
Remember to clear cache from Admin area after applying any changes
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by Ninja Lead 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum