Breadcrumbs at bottom of content [solved]
Posted: Mon Apr 18, 2011 4:07 pm
There are some breadcrumbs at the bottom of my page contents called "previous page" and "next page" and then on the right side "top." I'd like for these to be moved down a bit and to have some space between my page content and these tags.
In the Stylesheet "ShadowMenu Tab + 2 columns" I see
I cannot figure out how to add more space between my page content and these breadcrumbs. I'd like a couple of lines of space between them. Help much appreciated!
In the Stylesheet "ShadowMenu Tab + 2 columns" I see
Code: Select all
{* Start relational links *}
{* note this is the right side, when you float: divs you need to have float: right; divs first *}
<div class="right49">
<p>{anchor anchor='main' text='^ Top'}</p>
</div>
<div class="left49">
<p> {cms_selflink dir="previous" label="Previous page: "}
{* The label parameter doesn't need to be there if you're using English, but is here to show how it's used if you don't want the English text "Previous page" *}
<br />
{cms_selflink dir="next"}
</p>
</div>
{* End relational links *}