-
AuthorPosts
-
May 14, 2015 at 7:06 am #206331
I have made minor modifications to an article in the “Our Portfolio” category. When viewing this article using the ja_contentpopup module on the homepage of the site an extra space is inserted between the article title and the intro text:
This is a picture taken in the backend of the broken article next to a working article. I cannot see any differences between the two articles:
How do I remove this space so that the two articles that I’ve modified look like the rest of the unmodified articles?
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 15, 2015 at 11:19 am #570679Hope my solution below will help you out
Open templates/ja_onepage/css/custom.css file and add new rule
.portfolio .ja-cp-main .ja-cp-group .ja-cp-item {
margin-bottom: 45px !important;
}
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 15, 2015 at 11:19 am #735742Hope my solution below will help you out
Open templates/ja_onepage/css/custom.css file and add new rule
.portfolio .ja-cp-main .ja-cp-group .ja-cp-item {
margin-bottom: 45px !important;
}
May 20, 2015 at 1:56 am #571165I have included the code you suggested into templates/ja_onepage/css/custom.css so that the file now looks like this:
@import url(../fonts/homestead/stylesheet.css);
@import url(../fonts/bebas-neue/style.css);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
.portfolio .ja-cp-main .ja-cp-group .ja-cp-item {
margin-bottom: 45px !important;
}
It did not have a noticeable effect on the page:
Have I added the code correctly? If so, do you have any other suggestions to remove this extra space?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 21, 2015 at 4:02 am #571312If possible, you can give me the URL of your site, I will help you to check and suggest the solution.
May 22, 2015 at 6:07 am #571463The site is being developed on a test server that is not connected to the Internet.
This development site was installed using the quickstart package and is a completely vanilla install of Joomla, there is nothing customised about it at this stage and there are no extra plugins or modules installed.You should be able to replicate our problem exactly, I came across it immediately after beginning to modify the website for our purposes. The extra spaces appear in Chrome, Firefox & Internet Explorer.
May 22, 2015 at 6:07 am #736511The site is being developed on a test server that is not connected to the Internet.
This development site was installed using the quickstart package and is a completely vanilla install of Joomla, there is nothing customised about it at this stage and there are no extra plugins or modules installed.You should be able to replicate our problem exactly, I came across it immediately after beginning to modify the website for our purposes. The extra spaces appear in Chrome, Firefox & Internet Explorer.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 25, 2015 at 11:54 am #571628It’s very hard to suggest the solution for you without clue, I need to check it directly on your site. You can try putting your site online, I will help you out.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 25, 2015 at 11:54 am #736674It’s very hard to suggest the solution for you without clue, I need to check it directly on your site. You can try putting your site online, I will help you out.
July 9, 2015 at 4:08 pm #576861I have same problem.
http://www.kimsim.co.ukNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 10, 2015 at 3:20 am #576900<em>@kimdurose 482043 wrote:</em><blockquote>I have same problem.
http://www.kimsim.co.uk</blockquote>Your site is set for maintenance mode, I could not get the problem on your site, you can pm me admin login of your site, I will help you to check and fix the problem on your site.
July 14, 2015 at 9:18 am #577329Thank you. I have just PM’d the access details for you.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 15, 2015 at 3:51 am #577442<em>@kimdurose 482774 wrote:</em><blockquote>Thank you. I have just PM’d the access details for you.</blockquote>
Hope you can fix the problem on your site with my solution below
Open templates/ja_onepage/css/custom.css file
find and change
.portfolio .ja-cp-main .ja-cp-group .ja-cp-item {
margin-bottom: 45px !important;
}to
.portfolio .ja-cp-main .ja-cp-group .ja-cp-item {
min-height: 280px;
}Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 15, 2015 at 3:51 am #643739<em>@kimdurose 482774 wrote:</em><blockquote>Thank you. I have just PM’d the access details for you.</blockquote>
Hope you can fix the problem on your site with my solution below
Open templates/ja_onepage/css/custom.css file
find and change
.portfolio .ja-cp-main .ja-cp-group .ja-cp-item {
margin-bottom: 45px !important;
}to
.portfolio .ja-cp-main .ja-cp-group .ja-cp-item {
min-height: 280px;
}Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 15, 2015 at 3:51 am #742386<em>@kimdurose 482774 wrote:</em><blockquote>Thank you. I have just PM’d the access details for you.</blockquote>
Hope you can fix the problem on your site with my solution below
Open templates/ja_onepage/css/custom.css file
find and change
.portfolio .ja-cp-main .ja-cp-group .ja-cp-item {
margin-bottom: 45px !important;
}to
.portfolio .ja-cp-main .ja-cp-group .ja-cp-item {
min-height: 280px;
}AuthorPostsThis topic contains 24 replies, has 4 voices, and was last updated by sjuzocka 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-