Logo Resize

How do I go about resizing the logo size on the top of the theme? No matter what size I edit the image file to be, it keeps it the same size in the template. It is too big, and I am needing to size it down.

Thanks!
Cody

Hi Cody,

The logo will retain whatever size you upload in the theme settings in the Beaver Builder theme. If it is too large, yes, I would suggest resizing to whatever size you would like.

Best,
Billy

To make mine retina ready I added this to the theme css:

.fl-logo-img {max-width: 243px;}
Then I made an image twice that width.

I added this as a feature request:
http://wpbeaverbuilder.uservoice.com/forums/270594-general/suggestions/6671141-retina-display-friendly

ok thank you that fixed it!

Cody