Site logo

Archived topic

Two Content Areas?

7 replies · Started by Mary Pearson on January 23, 2016

Viewing posts 1–8 of 8

Hi Tom,

Is it possible to add a second "content" area?

Please see http://caribecampo.com/

I would like to continue the page by adding full width content with text and slideshow - i.e. no sidebars below the level of the bottom of the picture.

Is this possible?
Thanks!

Thanks for your guidance Tom and for the link. It's exactly what I needed to get me started!

No problem :)

Tom, can you tell me how to put it in a separate box please. I want to make the box the full width and put a border around it.

Thanks!

You'll need to use HTML/CSS:

<div class="my-box">
     My content
</div>

And then the CSS:

.my-box {
    background: white;
    border: 1px solid #DDD;
}

You are an absolute gem!!!! Thank you so much!

You're welcome :)

This archived topic is closed to new replies.