-
AuthorPosts
-
October 3, 2014 at 8:12 pm #201816
Hi,
I want to romove the space in footer ?What should i do ?
T3 BS3 Blank
Thank you !
-
chavan Friend
chavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 4, 2014 at 3:14 am #551773Too bad my site is on localhost.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 7, 2014 at 3:28 am #552054<em>@dnmt2008 448590 wrote:</em><blockquote>Too bad my site is on localhost.</blockquote>
It’s pretty hard to suggest the solution of this bug without clue. Please put your site to live and we will help you out.
1 user says Thank You to Ninja Lead for this useful post
Scott Lavelle FriendScott Lavelle
- Join date:
- November 2010
- Posts:
- 266
- Downloads:
- 16
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 64 times in 27 posts
October 9, 2014 at 12:51 am #552333On the default t3_bs3_blank, the “spotlight” modules have a 40px padding on top and bottom. I have to remove this pretty much on all the templates I build – it’s too big in my opinion.
So, in your /templates/t3_bs3_blank/css/custom.css…
For the footer, it would be something like this:
footer#t3-footer div.t3-footnav {
padding-top: 0;
padding-bottom: 0;
}
This removes all of the padding for the div that contains the footer spotlight modules.
Does this address your issue?
Scott Lavelle - Technical Resource Solutions, LLC
Certified Joomla Administrator1 user says Thank You to Scott Lavelle 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
Scott Lavelle FriendScott Lavelle
- Join date:
- November 2010
- Posts:
- 266
- Downloads:
- 16
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 64 times in 27 posts
October 10, 2014 at 5:03 pm #552551NinjaLead, Why would you call this a css hack when it is a normal override for the template?
Is this not exactly what you use the custom.css for regularly? – as opposed to going into the core in any way…
Scott Lavelle - Technical Resource Solutions, LLC
Certified Joomla AdministratorTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 10, 2014 at 5:07 pm #552552<em>@slavelle 449554 wrote:</em><blockquote>NinjaLead, Why would you call this a css hack when it is a normal override for the template?
Is this not exactly what you use the custom.css for regularly? – as opposed to going into the core in any way…</blockquote>
Again, it’s difficult to suggest the best recommendation without being able to view the site online.
Can you not upload your site to your webhost server? -
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 5 voices, and was last updated by TomC 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-