Hi Guys,
Is it possible to remove the blank space at the top of the attached page so the content moves up as in the attached screenshot?
Many thanks Jim
origomedia Hi Add this code in custom.css file
.itemid-156 .t3-section-wrap .padding-top { padding-top: 10px; }
Regards
Brilliant Ninja So the .itemid-156 refers to module/page I am on so if I want to do the same on others I just need to look up the item number?
Also how would I do the same for the margins on the attached screenshot?
origomedia Hi 156 is the Menu item id. Add this code in custom.css
.itemid-156 .t3-mainbody{padding-top:04px;padding-bottom: 0px;}
thanks Ninja that worked for the white space. What would be the extra line for the space in the black footer?
HI origomedia This is the code for footer
.t3-footer #t3-spotlight { padding-top: 150px; } .t3-copyright { padding: 50px 0 150px; }
decrease value of 150px it will work for all pages.
Thanks Ninja Once again the level of help and support at Joomlart is second to none.