Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • ayamba Friend
    #743950

    Thanks. Presently working on localhost please

    Ninja Lead Moderator
    #645420

    <em>@ayamba 485264 wrote:</em><blockquote>Thanks. Presently working on localhost please</blockquote>

    It’s pretty hard to suggest the solution for you without seeing it closely.

    You can try to use the solution below

    + Create templates/purity_iii/css/custom.css file and add new css style


    .t3-mainbody {
    padding-top: 40px;
    }

    Hope it helps

    ayamba Friend
    #647148

    Tried the code above in the custom.css file but still no change. I have put the site online for further assistance please: http://www.youthawareness.deenhost.com

    ayamba Friend
    #744169

    Tried the code above in the custom.css file but still no change. I have put the site online for further assistance please: http://www.youthawareness.deenhost.com

    Ninja Lead Moderator
    #647279

    <em>@ayamba 485590 wrote:</em><blockquote>Tried the code above in the custom.css file but still no change. I have put the site online for further assistance please: http://www.youthawareness.deenhost.com</blockquote>

    My solution below will help you to solve this bug

    Open templates/purity_iii/css/custom.css file and add new rule

    @media (min-width: 1200px) {
    .t3-mainbody {
    padding-top: 160px !important;
    }
    }

    ayamba Friend
    #648042

    Thanks Ninja Lead. Your assistance did work to some extent. The main issue now is that there is now a big space in between the slideshow on the homepage and the rest of the page. On the rest of the pages however, its perfect!!!!. Please see the attached images.

    Ninja Lead Moderator
    #648115

    The solution below will help the problem in home page

    Open custom.css file

    find and change

    @media (min-width: 1200px) {
    .t3-mainbody {
    padding-top: 160px !important;
    }
    }

    to

    @media (min-width: 1200px) {
    .t3-mainbody {
    padding-top: 160px !important;
    }
    .home .t3-mainbody {
    padding-top: 0px !important;
    }
    }

    Ninja Lead Moderator
    #744362

    Try to open the custom.css file

    find and change

    @media (min-width: 1200px) {
    .t3-mainbody {
    padding-top: 160px !important;
    }
    }

    to

    @media (min-width: 1200px) {
    .t3-mainbody {
    padding-top: 160px !important;
    }
    .home .t3-mainbody {
    padding-top: 0px !important;
    }
    }

    ayamba Friend
    #648535

    Thanks Ninja Lead. It worked like charm!!!!
    :):):):):)

    ayamba Friend
    #744387

    Thanks Ninja Lead. It worked like charm!!!!
    :):):):):)

Viewing 10 posts - 16 through 25 (of 25 total)

This topic contains 25 replies, has 5 voices, and was last updated by  ayamba 8 years, 8 months ago.

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