Size of burger button

I can’t figure out how to adjust the size of the burger button. Regardless of the art size, the button is half the size it needs to be. Where do I fix this?

Thanks.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The standard code that FW outputs for this is

.fwNav1-toggle-label, .fwNav1-toggle-close {
	width: 30px;
	height: 30px;
	}

So if you want to make it twice the size try something like

.fwNav1-toggle-label, .fwNav1-toggle-close {
width: 60px !important;
height: 60px !important;
}

Inserted between Style tags in Page>Html Markup in the before end section.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks David. That’s a great help!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options