-
AuthorPosts
-
harmonyhill Friend
harmonyhill
- Join date:
- March 2009
- Posts:
- 44
- Downloads:
- 41
- Uploads:
- 23
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
October 13, 2013 at 10:52 pm #191352Hi
How do I remove the spaces shown on the front page of my Ja Beranis site?
http://peekaboointeractive.com/
Thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 14, 2013 at 3:34 am #508860This way will help you to remove it
Open templates/ja_beranis/css/template.css file
From
.t3-copyright .container {
border-bottom: 10px solid #000;
}Change to
.t3-copyright .container {
border-bottom: 0px solid #000;
}
1 user says Thank You to Ninja Lead for this useful post
harmonyhill Friendharmonyhill
- Join date:
- March 2009
- Posts:
- 44
- Downloads:
- 41
- Uploads:
- 23
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
October 21, 2013 at 8:17 pm #509754Hi
That worked great thanks. How would I get rid of or remove the remaining white space on the website.
http://peekaboointeractive.com/
Thank you
Best wishes
Michael
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 22, 2013 at 10:26 am #509838Hi Michael,
That’s space belongs to the main body block, there are 2 ways that you can use to remove/hide it:
1. Create a new ‘custom.css‘ file in folder: /templates/ja_template_name/css and add this css rule:
.home body .t3-mainbody {
display: none;
}
2. Another way is that you can open layout which is assigned to the home page, as in our demo site, it’s file: templatesja_beranistplshome-style-2.php and remove the main body block
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by Saguaros 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum