Create Some Border On Page Builder
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi 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.
.sow-features-feature { border-right: 1px solid #000; } .sow-features-feature:last-child { border-right: none; }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;
}
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.