-
AuthorPosts
-
victortopper Friend
victortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
September 10, 2015 at 7:52 am #682792There is a sizeable gap between the text and the end framing of the introduction on all items Featured
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 10, 2015 at 7:56 am #682833Hi there
Please provide your site URL than i can check.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 10, 2015 at 7:56 am #748076Hi there
Please provide your site URL than i can check.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 11, 2015 at 1:47 am #683018<em>@jooservices 491403 wrote:</em><blockquote>Hi there
Please provide your site URL than i can check.Thank you,
Viet Vu</blockquote>Hi there
Please try this.magazine-featured.style-1 .magazine-carousel .magazine-item-main {
min-height: auto;
}Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 11, 2015 at 1:47 am #748168<em>@jooservices 491403 wrote:</em><blockquote>Hi there
Please provide your site URL than i can check.Thank you,
Viet Vu</blockquote>Hi there
Please try this.magazine-featured.style-1 .magazine-carousel .magazine-item-main {
min-height: auto;
}Thank you,
Viet Vuvictortopper Friendvictortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
September 11, 2015 at 6:39 am #683061The code works and the space has been reduced. But each picture frame and the body text of the site goes down or rises and this can be annoying. There is no way to stabilize it?
victortopper Friendvictortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
September 11, 2015 at 6:39 am #748198The code works and the space has been reduced. But each picture frame and the body text of the site goes down or rises and this can be annoying. There is no way to stabilize it?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 11, 2015 at 6:41 am #683062Hi there
Do you mean this slide cause increase or decrease because their content ?
You can’t change it except force size 🙂Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 11, 2015 at 6:41 am #748199Hi there
Do you mean this slide cause increase or decrease because their content ?
You can’t change it except force size 🙂Thank you,
Viet Vuvictortopper Friendvictortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
September 11, 2015 at 7:22 am #683067Yes is what we can force the size to stabilize the slide? so that the size does not change with each pass.
Thank you,
victortopper Friendvictortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
September 11, 2015 at 7:22 am #748204Yes is what we can force the size to stabilize the slide? so that the size does not change with each pass.
Thank you,
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 11, 2015 at 7:25 am #683068Hi there
You can use same code above with your value.magazine-featured.style-1 .magazine-carousel .magazine-item-main {
min-height: xxx;
max-height: yyy;
}Replace xxx by your minimum height value, and yyy for maximum value.
Or you can use static value
height: xxxx
Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 11, 2015 at 7:25 am #748205Hi there
You can use same code above with your value.magazine-featured.style-1 .magazine-carousel .magazine-item-main {
min-height: xxx;
max-height: yyy;
}Replace xxx by your minimum height value, and yyy for maximum value.
Or you can use static value
height: xxxx
Thank you,
Viet Vuvictortopper Friendvictortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
September 11, 2015 at 8:02 am #683070I just gave values
min-height: 10px;
max-height: 450px;
but the slide does not remain fixed to each scroll that always moves from top to bottomvictortopper Friendvictortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
September 11, 2015 at 8:02 am #748207I just gave values
min-height: 10px;
max-height: 450px;
but the slide does not remain fixed to each scroll that always moves from top to bottom -
AuthorPosts
This topic contains 27 replies, has 3 voices, and was last updated by jooservices 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum