Jump to content

Latest Products - Text Justification Question


harrisorganic

Recommended Posts

I am using 6.0.11 Foundation skin and find that the Latest Products - Text Justification is  set to LH where as I want centred.

I looked up the content.homepage.php and found at line 28 a </div> which when moved to line 30 fixes this issue.

line 28  <!--</div>  -->
               <h3><a href="{$product.url}" title="{$product.name}">{$product.name|truncate:38:"&hellip;"}</a></h3>
               </div> <!-- moved div from line 28 -->

 

Does any one else want to see this as a standard issue?

 

And if you want test justified on any page, edit the product description in source code with :

<p class="text-justify"> instead of <p>

Edited by harrisorganic
<p class="text-justify">
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...