clients logo size increase

hello,

please help me increase clients logo size, currently its arranged to show 4 columns but size is too small.

secondly increased height using advanced option of LOGO section (to 90) but that is increasing menu background white patch height and not logo height.
please suggest
currently using following code in custom css
#Top_bar #logo {
    height: 100% !important;
}

Comments

  • in other discussion you said overflow to use for logo but that isnt increasing SIZE OF LOGO; please help
  • increased logo size adjusting little bit padding size , and css img size.
    its solved.

    please help to increase size of client page logos.
  • Hello,
    You will not be able to change size of these logos, because it's set in html to be that size, and images are resized to that height, so even if we'll scale it with css it won't give any result, because it will be blurred.

    To change that, you would have to edit the theme files to change primary (max) width and height value.
    Thanks
Sign In or Register to comment.