-
AuthorPosts
-
7of9 Friend
7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
November 3, 2015 at 9:45 pm #721282Hi,
I would like to increase the vertical gap between cell by 10px. I need the slideshow to have some space from the products.
Please check the following picture:How could I do this?
Thanks in advance.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 3, 2015 at 9:53 pm #721339You should know by now . . . . :p
So that we can try to best assist you, [please provide the url of the site you’re working on,
as well as temporarily set “Optimize CSS” to “Off” within your Template Manger–General settings. 🙂TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 3, 2015 at 9:53 pm #753677You should know by now . . . . :p
So that we can try to best assist you, [please provide the url of the site you’re working on,
as well as temporarily set “Optimize CSS” to “Off” within your Template Manger–General settings. 🙂7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
November 3, 2015 at 10:04 pm #721341Hi,
The URL is: http://www.ts-bee.com
About the optimizations, I’d rather send you Admin credentials to disable them when you have time to take a look at it and reenable them after that, since it’s bad for SEO to disable them for a long time.
Let me know if you want me to send you the Admin credetials.Thanks in advance.
7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
November 3, 2015 at 10:04 pm #753679Hi,
The URL is: http://www.ts-bee.com
About the optimizations, I’d rather send you Admin credentials to disable them when you have time to take a look at it and reenable them after that, since it’s bad for SEO to disable them for a long time.
Let me know if you want me to send you the Admin credetials.Thanks in advance.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 3, 2015 at 10:34 pm #721343<em>@7of9 500724 wrote:</em><blockquote>Hi,
The URL is: http://www.ts-bee.com
About the optimizations, I’d rather send you Admin credentials to disable them when you have time to take a look at it and reenable them after that, since it’s bad for SEO to disable them for a long time.
Let me know if you want me to send you the Admin credetials.Thanks in advance.</blockquote>
Go ahead and send me the temp admin login info – that way I will be able to provide you with more precise info.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 3, 2015 at 10:34 pm #753681<em>@7of9 500724 wrote:</em><blockquote>Hi,
The URL is: http://www.ts-bee.com
About the optimizations, I’d rather send you Admin credentials to disable them when you have time to take a look at it and reenable them after that, since it’s bad for SEO to disable them for a long time.
Let me know if you want me to send you the Admin credetials.Thanks in advance.</blockquote>
Go ahead and send me the temp admin login info – that way I will be able to provide you with more precise info.
7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
November 3, 2015 at 11:52 pm #721344PM sent, thanks in advance. 🙂
7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
November 3, 2015 at 11:52 pm #753682PM sent, thanks in advance. 🙂
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 5, 2015 at 4:51 am #721537<em>@7of9 500721 wrote:</em><blockquote>Hi,
I would like to increase the vertical gap between cell by 10px. I need the slideshow to have some space from the products.
Please check the following picture:How could I do this?
Thanks in advance.</blockquote>
You can fix it with css style below
Open templates/ja_fixel/css/custom.css file, add new rule
@media (min-width: 1200px) {
#fpssContainer211.fpss-template-movies {
bottom: 10px;
}.fixel-grid .items article {
top: 12px;
}
}Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 5, 2015 at 4:51 am #753788<em>@7of9 500721 wrote:</em><blockquote>Hi,
I would like to increase the vertical gap between cell by 10px. I need the slideshow to have some space from the products.
Please check the following picture:How could I do this?
Thanks in advance.</blockquote>
You can fix it with css style below
Open templates/ja_fixel/css/custom.css file, add new rule
@media (min-width: 1200px) {
#fpssContainer211.fpss-template-movies {
bottom: 10px;
}.fixel-grid .items article {
top: 12px;
}
}7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
-
AuthorPosts
This topic contains 13 replies, has 3 voices, and was last updated by 7of9 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum