Hi,
Default logo size in BizStudio Lite theme is width 255px and height 91px.
Best
Gunjan
It seems logo is contained in container with class ‘grid_6’
if you want it to full size ..
You can add the following css code to style.css .
#logo{width:100%;)
You can also just take out that class ..
How do I remove the class? Because it seems like my style css already has “#logo{width:100%;)” without impact on my logo size on site.
If you tried the custom css ..then no need to remove the class.
I mean if you added the above code which i gave you in style.css ,then no need to remove class.
Hi,
Please replace CSS code in style.css file at line no. 345
#logo img {
height: 91px;
width: 255px;
}
Best
Gunjan
Mine already has #logo{width:100%) and my logo is smaller than I would like it to be. I have seen other peoples themes and some have big logo’s displayed on the top left of the page.
How can I do the same?