Hey Tom,
I read this topic, but I get no acceptable solution.
Could you send me a link to your site please?
Regards
Tom
http://paterzell.de/2/
Here is the link to my site.
Best regards
Max
Hi Max,
This should work:
.metaslider {
float: left;
margin-right: 10px;
}
Underneath the slideshows you’ll then probably want to shift the next paragraph onto a new line, which you can do with:
p {
clear: both;
}
Regards
Tom
Hey,
already tried this. But it takes very long to load the second slider?
http://paterzell.de/2/
Thank you for the help
Max
Hello again,
it isn’t a loading issue. If i switch between two tabs, the left slider get’s bigger and bigger. After the 3th to 4th time it has it’s proper size.
Regards
Max
Hi Max,
It looks ok to me, which browser are you using? Is there any reason you couldn’t have a single 100% wide slideshow? That is a more common setup and would probably solve the issues you’re seeing.
Regards,
Tom
Hi Tom,
tested it with Chrome, Firefox and Internet Explorer on two different PCs. There is always the same problem.
I want two sliders, the right one to link to some pages, the left one for two webcams.
Regards
Max
Hey guys I’m experiencing similar issues I think with my two sliders. I want them side by side with exact same measurements & titles to be aligned correctly. Any help appreciated. Here’s my site:
http://columbiahumane.com/
Hi den,
The easiest way to do this would be to use a columns shortcode plugin (but not Genesis Easy Columns!)
Give this a go:
http://ww.wp.xz.cn/plugins/column-shortcodes/screenshots/
Then insert something like this into your page
[one_half][metaslider id=123][/one_half][one_half][metaslider id=456][/one_half]
Regards,
Tom.
Thanks Tom! Your the best!