Jump to content

Move the article Title below the header images


Storebuilder

Recommended Posts

Hi Guys,

I want to move the article title below the cover image and to the right of the logo image.

I have this bit of CSS code to remove the background:

 .jrDetailHeader .jrHeaderInfo { 
 background-color: transparent;
}

 

Where would I move the header in the theme file to?

<h1 class="contentheading">

            <span itemprop="<?php echo $snippetsTitle; ?>"><?php echo $this->action == 'detail' ? $Routes->content($listing['Listing']['title'],$listing) : $listing['Listing']['title'];?></span>

        </h1>

When I try to move it, it disappears completely!

 

Thanks

Tony

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...