-
AuthorPosts
-
turminator Friend
turminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
September 1, 2011 at 10:20 pm #168078Hello,
I need to delete margin that appears in Right module positions. When I create it it shows and margin that can do more big, every module. I want that content can star in (0,0) position for this module. I attached an image with marked red the area that I want to delete.
I try to create an class with:
#ja-wrapper .moduletableblank{background:none; border: none; padding:0;}
But it still creating a margin between content and module. Also I try to delete border that are viewed around module but it seems that border not dissapeared. How can I do?
Many thanks!
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 2, 2011 at 12:24 am #410150Hi,
Could you give me a link to your page as you said?turminator Friendturminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
September 2, 2011 at 9:00 am #410211khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 2, 2011 at 10:22 am #410217You go to Template manager,choose JA Portfolio template, then change CSS Optomize fieds to NO, so I can check how and where to customize for you
turminator Friendturminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
September 2, 2011 at 11:27 am #410229Ok. I do it.
Thankyou for your support.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 2, 2011 at 4:03 pm #410271You replace this code from templatesja_portfoliocsslayout.css in the line #67
#ja-right div.ja-moduletable, #ja-right .div.moduletable, #ja-right div.ja-module, #ja-right div.module {
margin-right: 1px;
}
with
#ja-right div.ja-moduletable, #ja-right .div.moduletable, #ja-right div.ja-module, #ja-right div.module {
margin-right: 0px;
margin-left: 0px;
}
– You find this code from templatesja_portfoliocsstemplate.css in the line #747
div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
padding: 10px 15px; < remove this line
}AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by khoand 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How can I delete margin in right modules?
Viewing 6 posts - 1 through 6 (of 6 total)