-
AuthorPosts
-
July 30, 2015 at 6:50 am #743950
Thanks. Presently working on localhost please
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 31, 2015 at 2:37 am #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
August 2, 2015 at 7:35 am #647148Tried 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
August 2, 2015 at 7:35 am #744169Tried 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 3, 2015 at 3:16 am #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;
}
}August 3, 2015 at 1:16 pm #648042Thanks 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 4, 2015 at 2:38 am #648115The 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;
}
}1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 4, 2015 at 2:38 am #744362Try 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;
}
}1 user says Thank You to Ninja Lead for this useful post
August 4, 2015 at 8:28 am #648535Thanks Ninja Lead. It worked like charm!!!!
:):):):):) -
AuthorPosts
This topic contains 25 replies, has 5 voices, and was last updated by ayamba 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum