Jump to content

Classic Theme Home Page Alignment Issues Etc


IceAge0121

Recommended Posts

Hello, I'm having various issues, and I'm hoping someone will be able to help me out. I don't think these issues should be overly difficult to solve. Let me start with a screenshot: 

image.thumb.png.89aaf02f25ecb33347b0181757edc7a9.png

What I want to do is have the cart, and customer right aligned to match the search bar. I would also like the menu bar text to be centre aligned between the logo and search bar. Easy, I would think?

Here is one more screenshot showing my remaining issue: 

image.png.3842e2f9d2b46f2c61e39e09f65275bd.png

 

I would like to remove the entire white box that contains Product Details, as well as how many items are in stock. I have figured out how to remove the top line on the white box, including Product Details, but the bottom line with the "In Stock" text remains. How I accomplished this was commenting out the following code located in the file /public_html/themes/classic/templates/catalog/product.tpl:

<li class="nav-item">
                    <a
                      class="nav-link{if !$product.description} active{/if}"
                      data-toggle="tab"
                      href="#product-details"
                      role="tab"
                      aria-controls="product-details"
                      {if !$product.description} aria-selected="true"{/if}>{l s='Product Details' d='Shop.Theme.Catalog'}</a>
                  </li>

Thank you in advance. I really appreciate any help I can get on this!

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