Related articles - Move title to above intro image
- Posted by Darren (2) Offline
Hi, thanks for the related ex module, its great.
One question, how can I move the title to above the article intro image? Can't seem to change css to do it.
Thanks Darren
10 years 10 months ago #1
by Darren
One question, how can I move the title to above the article intro image? Can't seem to change css to do it.
Thanks Darren
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hi, Darren, you need to modify file [root]/modules/mod_relateditems_xtd/tmpl/default.php for that purpose.
Find these codes around the line 118 :
Move that part to the line 57, before the code :
10 years 10 months ago #2
by TemplatePlazza
Find these codes around the line 118 :
<?php if ($item_title_header) { ?>
<a href="<?php echo $item->route; ?>"><<?php echo $titletag; ?> class="title" property="genre"><?php echo $item->title; ?></<?php echo $titletag; ?>></a>
<?php } ?>
Move that part to the line 57, before the code :
<?php if ( $thumb_location == 3 ) { ?>
Please Log in or Create an account to join the conversation.
- Posted by Darren (2) Offline
- Posted by TemplatePlazza (5263) Offline