Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • daveburstein Friend
    #696804

    The module I put in masthead is much too tall. I don’t know if I have to change the margins and padding or the height value. Can you point me to the right css to change in custom.css?

    I tried a previous answer, changing this to 50% in custom css, but that didn’t work for me.
    .ja-masthead::after {
    background: none repeat scroll 0 0 #3498db
    content: “”;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    }

    Pankaj Sharma Moderator
    #696844

    Hi
    Try this code in custom.css

    @media screen and (min-width: 992px) {
    .row-feature {
    padding: 0px!important;
    }

    Save file and check .

    Pankaj Sharma Moderator
    #750893

    Hi
    Try this code in custom.css

    @media screen and (min-width: 992px) {
    .row-feature {
    padding: 0px!important;
    }

    Save file and check .

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 9 years ago.

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