Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello Sir how can i create some border on page builder like this screen shoot, thanks sir.
https://drive.google.com/file/d/0B0-V7Eebn1IYRW51bmtyX2Nab0E/view?usp=sharing
Hi Harny,
To do this, I would make use of the SiteOrigin Features widget (which is a part of the SiteOrigin Widgets Bundle). Build your columns as desired and save your post. Then navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
Be sure to adjust the color of the border.
You might also need to install the SiteOrigin CSS Editor.
Cool thanks it work, we can also put some border style loke dote, etc
.sow-features-feature {
border-right: 1px solid #000;
border-right-style: dotted;
}
.sow-features-feature:last-child {
border-right: none;
}