Author Topic: Height of section where store logo goes.  (Read 3216 times)

Offline Rob Grattan

  • Newbie
  • *
  • Posts: 13
  • Karma: +3/-0
    • View Profile
Height of section where store logo goes.
« on: August 10, 2020, 06:49:07 PM »
Hi,

Can anyone tell me how I can change the size of the top section on the standard template, please?

It's the area where your logo goes and the   Login or register, Main Menu,  Specials etc. links are.

Can't seem to find out where to change it.

Thanks,

Rob

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: Height of section where store logo goes.
« Reply #1 on: August 10, 2020, 07:31:37 PM »
public_html/(subfolder if using) /storefront/view/default/style.css

Look for   ----------------Header------------------
.headerstrip {
   height: 72px;
   background-color: #00a1cb;
.header-logo {
   background-color: #fff;
   text-align: center;
   line-height: 72px;
   max-width: 300px;
   max-height: 72px;

Offline Rob Grattan

  • Newbie
  • *
  • Posts: 13
  • Karma: +3/-0
    • View Profile
Re: Height of section where store logo goes.
« Reply #2 on: August 10, 2020, 09:10:26 PM »
Hi, Begrand,

Thanks for the prompt reply.

I edited style.css in /public_html/store/storefront/view/default/stylesheet and changed the 'height' values, refreshed the homepage but it didn't seem to make any difference.

Am I in the wrong place?

Thanks again for your support,

Rob

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: Height of section where store logo goes.
« Reply #3 on: August 11, 2020, 12:22:22 AM »
what abantecart version are you using?

If you found the header section,  you should be in the correct place

You did EDIT the style.css  and SAVE it?
You also  might need to clear you cache in the admin panel,  to get it to show up.

AbanteCart has a robust caching and changes often need the cache cleared.  That is not the same as refreshing your browser page,

Offline Rob Grattan

  • Newbie
  • *
  • Posts: 13
  • Karma: +3/-0
    • View Profile
Re: Height of section where store logo goes.
« Reply #4 on: August 11, 2020, 08:38:48 PM »
Hi, llegrand,

Cleared the cache and all is well now.

Thanks for the assistance.

Rob

 

Powered by SMFPacks Social Login Mod