How to make the logo bigger

Hi,

I want to make the logo from my site bigger, because now it’s too small to read the text. How can I do it?

The link: http://www.jardineriacalonge.com/beta/

Thank you for advanced!

Hi @veronika,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


img.logo {
    max-height: 100%;
}

Best Regards,
Movin

Thank you so much!

But now it seems like the menu bar is too thin. Can I make it a title bit bigger?

http://www.jardineriacalonge.com/beta/

Thank you!

You can use the below CSS code to increase menu bar height.



@media (min-width: 991px){
  .container.nav-bar,
  .nav-bar .module,
  .nav-bar .module-group,
  ul.menu,
  .nav-bar a {
    height: 65px;
    max-height: 65px;
}
}

Thank you again!

I have another question.
I want to make all the pages full width and I don’t know how to do it. Now when I see the options, I have only “Home” or “default template”. Can you help me with this too please?

http://www.jardineriacalonge.com/beta/soluciones-para-todos/jardineria/

Thank you!

You are most welcome here :slight_smile:

To help us keep support thread separates could you please create new thread for your other questions here https://colorlibsupport.com/c/shapely/ instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Ok, Thanks!

You are always welcome :slight_smile: