-
AuthorPosts
-
September 22, 2016 at 4:13 am #970066
Hello Sir,
Please suggest how to remove padding space/ gap between masshead and article image . Also I want article image left and right with full width. Please check the image for same.
http://rimsinternational.education/index.php/academics/pre-primary
-
September 22, 2016 at 4:21 am #970071Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 22, 2016 at 5:26 am #970083Hi
its the T3 content and t3 main body padding , if you want to remove it add below code in custom.css file@media (min-width:768px) { .view-article .t3-content { padding-top: 0px!important; } .view-article .t3-mainbody { padding-top: 5px!important; } }
1 user says Thank You to Pankaj Sharma for this useful post
September 22, 2016 at 4:53 pm #970279Thank you very much. Top padding space adjusted.
but I am unable adjust image in total width. Please suggest.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 23, 2016 at 3:06 am #970365Hi
The image already full width using maximum space . There is padding in left and right for whole t3 content container .
You can remove padding by adding below code in custom.css file.t3-content { padding: 0px; }
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)This topic contains 4 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-