News:

AbanteCart v1.4.2 is released.

Main Menu

change size on brands scrolling block

Started by llegrand, November 15, 2013, 02:48:38 PM

Previous topic - Next topic

llegrand

I haven't been successful in finding where to change the display size on the Brands Scrolling for the manufacturers on the html5   template home page.

I have changed  the settings > appearance to 80 x 57 and that works on the product pages for the manufacturer but the setting on the home page Brands Scrolling remains at 57 x 57.

Thanks in advance for the help.


abantecart

There is no specific setting for image size in this brand carousal. This is set in css

storefront/view/default_html5/stylesheet/style.css


#popularbrands img.internal {
    height: 56px;
}

llegrand

the height of 56 or 57 is okay,  how/where can I alter the width?   Most of my brands seem to display better at rectangle as opposed to current square.


shawnlg777

#3
I know that you have probably figured this out but I thought I would pass on what I learned to help the next guy.

This is what I did and it helped me. 

The first thing I did was change this in style.css:

#popularbrands img.internal {
    height: 56px;
}

to this

#popularbrands img.internal {
    height: 156px;
    width: 156px;
}

Then I went into my template through the admin section where you change your logo and change these settings
Brand Icon List Width:
Brand Icon List Height:

Everything looked perfect for me.  This took like two hours to figure out.  I hope it helps someone else!

llegrand

Thanks for posting your fix -  I just have one wee suggestion to help as these post stay for years (my original one is 3 years old),  if we add the AbanteCart version that our fixes are for it will also be helpful to others.

Lee

Forum Rules Code of conduct
AbanteCart.com 2010 -