This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

classifieds

  • **
  • 16 posts
How can I change the logo size?
« on: March 26, 2017, 10:38:05 PM »
Hello everybody,
I want to change my logo size in home page, the "standard" size is too small to my logo...

Where i can change the size?

http://imgur.com/a/nA7GI

Thank you
Best greetings

*

MB Themes

Re: How can I change the logo size?
« Reply #1 on: March 26, 2017, 10:40:50 PM »
@classifieds
Via theme css.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

classifieds

  • **
  • 16 posts
Re: How can I change the logo size?
« Reply #2 on: March 26, 2017, 11:13:08 PM »
Which line of code i change?
were i can found the div or the class? Explain better, please
Explain how I get to the name of what I want in the css so I do not always ask here in the forum



Marked as best answer by classifieds on March 27, 2017, 10:00:50 PM
*

MB Themes

Re: How can I change the logo size?
« Reply #3 on: March 27, 2017, 08:26:30 AM »
@classifieds
Use google dev tools (chrome + F12) or firefox firebug to identify file and line.
css/style.css

Lines:
Code: [Select]
#header-bar .logo a
#header-bar .logo img
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

zellected

  • *
  • 1 posts
Re: How can I change the logo size?
« Reply #4 on: December 03, 2017, 06:18:01 PM »
@classifieds
Use google dev tools (chrome + F12) or firefox firebug to identify file and line.
css/style.css

Lines:
Code: [Select]
#header-bar .logo a
#header-bar .logo img

I have the same problem, I changed the css but nothing happened to the size. What if I want to place a 600 x 300 logo in it? Thank you for your support ^^

*

MB Themes

Re: How can I change the logo size?
« Reply #5 on: December 03, 2017, 06:52:44 PM »
@zellected
Press F12 and change via element explorer what is current style on element. Make sure to clean cache as well.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots