Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Ch1vpH Friend
    #890949

    Hi there – I Need to remove gap/space around an image in the ‘Masthead’ postion!

    Please see attached image!

    Thanks in advance!

    Chris


    1. joomlaart-masthead-space
    Pankaj Sharma Moderator
    #890952

    Hi
    Kindly post your site url here , so i can check this matter on your site .

    Ch1vpH Friend
    #890955

    Hi there is the http://aai-intl.demojoomla.com/ one again!

    Thanks for looking,

    Chris H.

    Pankaj Sharma Moderator
    #891158

    Hi
    Add this code in custom.css file to remove the padding

    
    .page-masthead .row-feature {
        padding: 0px;
    } 
    Ch1vpH Friend
    #893619

    Hi, I have tried adding this code into the custom.css file but no change as yet.

    Thanks,

    Chris

    Pankaj Sharma Moderator
    #893804

    Hi

    Go to /templates/purity_iii/local/css/themes/aaidarkblue/template.cs
    find this code

    
    @media screen and (min-width: 992px) {
      .row-feature {
        padding: 60px 0;
      }
      .page-masthead .row-feature {
        padding: 100px 0;
      }
    }

    replace it with

    
    @media screen and (min-width: 992px) {
      .row-feature {
        padding: 60px 0;
      }
      .page-masthead .row-feature {
        padding: 0px 0;
      }
    }
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum