Jump to content

[SOLVED] HELP ! Line padding bug how to fix it


rastpast

Recommended Posts

Hello, i was working on prestashop design a little bit. Yep it's not the niceest one but still... So i meet the problem of little white line which goes horizantaly through cart block and myaccount block. Maybe someone can help me how do i should remove that line ? I think it's padding somewhare but where ? Maybe someone can help me ?padding.png

post-299388-0-88989200-1323293047_thumb.png

Link to comment
Share on other sites

Hi rastpast,

If you open your site using Chrome, you can right click on that area and select "Inspect Element." On the right side of the pane that shows up, you can identify the different design elements you're looking to change and even test out the changes before actually doing it in the code itself.

 

I hope this helps.

 

-Mike

Link to comment
Share on other sites

And that one about an image i solved needed to put this DIV into comments:

{* <div class="align_center">
   <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" />
  </div> *}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...