This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Create Some Border On Page Builder

10 years ago · Last reply by harny 10 years ago

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

2
  1. Alex S Staff 10 years, 12 days ago

    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.

    .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.

  2. harny 10 years, 11 days ago

    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.

Have a different question or issue?

Start New Thread