Forum Replies Created
-
AuthorPosts
-
Nice :-)
Another idea would be to skip Layerslider all together and replace it with Master Slider. Maybe we should make a feature request? :-)
I for one have a really hard time making anything in Layerslider and when it finally comes together, it looks like a huge asteroid threw up all over. ;-)
It’s a powerful tool, Layerslider, but it’s just way too complicated to “Master Slider” ;-)
Just my 2 cents.
Haven’t got the time to make such a request but if you’re game, I’ll cladly give it some votes :-)This reply has been marked as private.Oh my god, you’re a lifesaver.
Saw the post 5 mins ago and I’ve already implemented it. That’s what I call support.
Thanks mate.
Hi Devin,
Here’s the site: http://ftmedia.dk
Too bad with the slideshow. Will try to through around with some images and see what’s cooking ;-)
Thanks.
I’ve another question in the dying minutes :-)
How do I remove a margin from a column on a single page?
I know this much:
In Firebug the page div tag is; .post-entry-9:
<div class=”post-entry post-entry-type-page post-entry-9″>
And the column name is; div .av_one_fourth:
<div class=”flex_column av_one_fourth avia-builder-el-4 el_after_av_one_half “>
I’ve tried just about everything to change the left-margin to 0% instead of 6%
The last thing I really thought would work was this css:
#post-entry-9 div .av_one_fourth {
margin-left: 0% !important;
}
-
AuthorPosts