SilverCart Forum

We moderate this Forum and we're here to help. Have you already run a forum search to check if your problem has already been solved?

You can help us helping you by providing detailed error messages, screenshots and logfile entries.

SebastianRamon

Page: 1
Topic Where is silvertcart-header defined in CSS files ? 2097 Views

Where is silvertcart-header defined in CSS files ?

2 January 2012 at 2:38am

I am looking to edit the height of the header on the site and reduce it from the current 140px to about 100px to make it fit better on devices like iPads.

Looking at the elements it seems the height of the header is defined in silvercart-header DIV ID, but I have looked through all the CSS files, but cannot find the entry for this ID.

Any quick pointers to its location ? I assumed it would be part of silvercart/css/screen/custom folder or somewhere in that area.

Thanks,

Bill

Re: Where is silvertcart-header defined in CSS files ?

2 January 2012 at 9:01am

Hello Bill,

the height of "#silvercart-header" is defined by its contents.
To change the height of it you would have to change the contents of "#silvercart-shop-claim" and "#silvercart-shop-claim-text". The HTML part of those is defined in the file "silvercart/templates/Page.ss", the CSS can be found in "silvercart/css/screen/custom/SilvercartGeneral.css".
To reduce the height of the header but preserving the content elements you could reduce the top and bottom padding of "#silvercart-shop-claim" (line 417 in "SilvercartGeneral.css").

All the best,
Sascha

Re: Where is silvertcart-header defined in CSS files ?

24 January 2012 at 5:26am

Hi Sascha,

I found reducing the padding of #silvercard-shop-claim to 5px give a much better result.

Thanks,
Bill.