I have opencatrt 1.5.5.1 installed and I'm using this theme: Free Pav bike store responsive theme.
My logo is too small and whatever size I upload it, it get resized to something like 140px wide!
In my admin panel there is no image option to set the logo size!
the code for my logo in stylesheet.css is:
Code: Select all
#header #logo {
padding:24px 0;
}
Code: Select all
img {
/* Responsive images (ensure images don't scale beyond their parents) */
max-width: 100%;
any input would be much appreciated.