-
AuthorPosts
-
September 8, 2014 at 2:22 am #201139
My website is: http://seja.me/portfolio/index.php/en/
As you can see in the main page on the “right” position of the template.
I`m trying to display a banner as a custom html, and I would like to remove the background image for that specific module and also center the image. How could I go about doing that?September 8, 2014 at 2:24 am #548632Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 9, 2014 at 8:17 am #548816You can use the my css customization below
Open templates/ja_portfolio/css/template.css file and add new rule
div.ja-moduletable .ja-box-ct p {
margin: 0px !important;
}div.ja-moduletable .ja-box-ct {
padding: 4px !important;
}
Don’t forget to clear cache from admin area after changes
1 user says Thank You to Ninja Lead for this useful post
September 14, 2014 at 4:51 am #549439Thanks it looks great.
But I would like it with no borders.
Just the banner floating.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 15, 2014 at 3:39 am #549470The solution below will help you to do that
Open templates/ja_portfolio/css/template.css file
find and change
div.ja-moduletable .ja-box-ct {
padding: 4px !important;
}
To
div.ja-moduletable .ja-box-ct {
padding: 0px !important;
}#ja-right .ja-r1 .ja-col div.moduletable {
margin: 10px 10px 0px 14px !important;
}1 user says Thank You to Ninja Lead for this useful post
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by Ninja Lead 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Need help adding custom CSS to module – background image invisible and center img
Viewing 5 posts - 1 through 5 (of 5 total)