-
AuthorPosts
-
raroit Friend
raroit
- Join date:
- September 2010
- Posts:
- 38
- Downloads:
- 2
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
February 6, 2014 at 9:50 pm #194543Hi,
How do you reduce footer height?
I don’t want anything there except ‘copyright’ information
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
February 7, 2014 at 3:54 am #521615Do you want the footer as per this image:
If so, please follow steps below:
+ Open the /templates/ja_fubix/html/mod_footer/default.php file, then remove following code block:
<br />
<small><?php echo JText::_( 'MOD_FOOTER_LINE2' ); ?></small>
+ Create the “custom.css” file in the /templates/ja_fubix/css/ directory, then add CSS rule below:
.footer-left .poweredby {
display: none;
}
.footer-left .logo {
display: none;
}
Let me know if this helps.
raroit Friendraroit
- Join date:
- September 2010
- Posts:
- 38
- Downloads:
- 2
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
February 7, 2014 at 8:15 pm #521773Hi,
I’ve done the above and it works however, there’s a lot of empty space there
how can i have the ‘footer-height’ to match height of ‘copyrights text’
thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 7, 2014 at 8:23 pm #521776It would be helpful if you could provide the url of the site you’re working on,
as well as temporarily set “Optimize CSS” to “No” within your Template Manager–General settingsraroit Friendraroit
- Join date:
- September 2010
- Posts:
- 38
- Downloads:
- 2
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
February 7, 2014 at 11:47 pm #521795Hi,
I live on a small south pacific island (Rarotonga, Cook Islands) where internet speeds are terrible. therefore i’m forced to do all work on MAMP and MAC before uploading to hosting. i have to present the work to the client before uploading – hence the need to get the demo right – i hope you understandNazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
February 11, 2014 at 6:30 am #522160Do you mean that you want the footer look like this screenshort:
If so, you need to unpublish all modules in positions: footer-1, footer-2, footer-3, footer-4, footer-social.
Then add the following css rule into the file: /templates/ja_fubix/css/custom.css:
.t3-footer .container {
padding-bottom: 10px;
padding-top: 10px;
}
.t3-copyright .copyright {
margin-bottom: 0;
}If that is not the case, please send me the screenshot and explain how you want to achieve so that I will help you out.
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by Nazario A 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum