Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • vikasmca Friend
    #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


    1. rims22sept
    2. rims22sept_2
    vikasmca Friend
    #970071
    Pankaj Sharma Moderator
    #970083

    Hi
    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; } }
    
    vikasmca Friend
    #970279

    Thank you very much. Top padding space adjusted.
    but I am unable adjust image in total width. Please suggest.

    Pankaj Sharma Moderator
    #970365

    Hi
    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;
    }
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