Jump to content

Category page layout problem


moonette

Recommended Posts

A nice place to start would be to find the template file content.category.php.

 

In that template, find what looks like:

<div id="page_content">
  <h2>{$categeory.name}</h2>
  <p><br>
  <img style="width: 271px; height: 380px; margin-right: 10px; float: left;" src="{$category.image}" alt="">
  {$category.description}
  </p>
  <hr>

Remove the float: left;

 

A better way would be to make the <hr> tag look like:

<hr style="clear:both; height:0;">
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...