Callout Box Formatting

To whom this may concern,

I am trying to modify the design of your ‘call-out’ box module. What i am trying to achieve is have the icon to the left of BOTH the header and ‘text blurb’

Is this possible using your plug-in?

Hey Matthew,

Thanks for getting in touch! That is actually possible and it is offered by our Callout module, no need for modification. You can change the position of the icon/photo to Left of Text and Heading and that should do it!
http://imgur.com/rgjWoy6

Ben

Ignore my question, it literally is right here in the dropdown options.

Best,
ME

Hey Matthew,

No worries! You must not have noticed my reply above since I did reply pretty quick. Anyway, let us know if you need anything further! :slight_smile:

Ben

Is there a way to make the callout box background or the background of any of the column/containers have rounded corners?

Hey Matthew,

That’s not available via the Page Builder but you can always use custom CSS to achieve that. Under Advanced, there is a place for Class(applicable to a row, column or module). You can just place any classname you like, e.g., round-border. Then add this custom CSS(can play around with the value).

.round-border {
  border-radius: 5px;
}

Hope this helps!

Ben