Tagged: 3.8, Diagonal Border
-
AuthorPosts
-
September 15, 2016 at 4:24 am #686653
Hello. When applying this to a section, it actually applies to the top of the next section, rather than the bottom of the section it’s applied to.
Please look at the section with the Icon Boxes (e.g. Cloud Solutions)
Thank you,
RyanSeptember 19, 2016 at 3:00 pm #688512Hey!
Sorry for the late reply Ryan. Can you please point out the exact location where you would like to apply it?
Best regards,
YigitSeptember 19, 2016 at 3:14 pm #688529September 19, 2016 at 3:29 pm #688537Hi!
There seems to be a small glitch. We will look into it and report it to our devs.
Regards,
YigitSeptember 19, 2016 at 3:32 pm #688540hm let me see.…
the option for that in the alb element says:
Section Bottom Border Styling
Chose a border styling for the bottom of your sectionso it is not the top of the next section – but the bottom of the edited section
and on that reason the color should be the background-color of the following sectionSeptember 23, 2016 at 3:02 pm #690792Hi,
The diagonals are working correctly please check the test page. We added the below code in the Quick CSS
For the last color section add a extra class name and tweak the bottom margin.
.backshape { z-index:1; display:block; float:left; margin-top:-100px; width:100%; transform:skew(0deg,10deg); -ms-transform:skew(0deg,10deg); /* IE 9 */ -webkit-transform:skew(0deg,5deg); /* Safari and Chrome */ } .backshape .container{ display:block; float:left; margin:50px auto 200px; width:100%; padding:0 5%; transform:skew(0deg,-5deg); -ms-transform:skew(0deg,-10deg); -webkit-transform:skew(0deg,-5deg); }
Best regards,
Vinay- This reply was modified 8 years, 2 months ago by Vinay.
September 23, 2016 at 3:18 pm #690810That is not an apples to apples test. I added an image to your test page…look at the results. Adding CSS to fix what is advertised as a feature of 3.8 (out of the box) is strange to me.
September 24, 2016 at 8:33 am #691106Hi,
Sorry about that, I was hoping to fix this with custom CSS but yes there is a glitch in this feature. Our dev’s are aware of this issue and a fix will be released soon in one of our future updates.
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.