Resizing Logo in responsive themes
Posted: Fri Jun 07, 2013 6:18 am
Hello everybody!
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:
and when i select my logo in firebug it shows below code in bootstrap.css
when i change it to for example 200% the logo gets bigger but in smaller screens it overlaps the elements on the right! I tried to set the logo size in stylesheet but again it overlaps in smaller screens!
any input would be much appreciated.
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.