Jump to content

Solution of product title alignment overlap overflow


Jiten rash (away)

Recommended Posts

Hello merchants i have seen this problem for many of you if you have certain product that has a long name for example best killer jeans in the market ever :D

 

then there is a change it will create problem to justify its position and overlap, either you need to increase width height or cut short the title but the best thing to do is

 

For home featured add this att global.css

p.s_title_block{overflow-x:hidden; position:relative; white-space:nowrap;}

 

for product list find this att productlist.ss

#product_list li h3 {add the same overflow-x:hidden; position:relative; white-space:nowrap}

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...