Double Slider Borders in Custom Layout
-
Topic
-
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Tagged: borders, custom layout, lines, Sliders
I’m getting a double border on sliders when they are displayed in a custom layout, which doesn’t look too nice. You can see the around the sliders for the architect and golf designer on this page:
http://montchoisy.com/home-2/
That extra border doesn’t show up in the pages that feed that custom layout (as type “Content>Content from external page”:
http://montchoisy.com/home-architect/
http://montchoisy.com/home-golf-designer/
The sliders were built in the slider builder.
Going live tomorrow, so expediency would be appreciated, if you can manage it.
Big thanks!
Daggett
Hello Daggett,
Try putting something like this in your child theme’s custom.css —
.boxed-layout .element-slider .element-inner { border: none; margin: 0 0 20px 0; padding: 0; }