[Pro] CSS Menus

Hello,
I am using the Responsive setting in CSS Menus and I would like to allow for a larger custom image(hamburger). It looks like it is set at 50px x 50px right now. Where is this action located in Freeway?

Billy


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

Hi Billy, I would like to know that too. I made a few icons by myself (positive/negative, crossllined etc) but were I am curious at: what setting can I adjust to get a better positioning?
Only the close icon can be adjusted, but the open button seems to coorperate with the CSS menu… Did you find a trick?

grtz Andries


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

Not Yet. If someone lets me know where the Action is located I can adjust the size allowance in a text editor.

I’ll let you know if I discover a solution
Billy


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

I send a query at Softpress… let you know too if they answer it.
Andries

On 16 Sep 2014, 10:15 pm, billy kimmel wrote:

Not Yet. If someone lets me know where the Action is located I can adjust the size allowance in a text editor.

I’ll let you know if I discover a solution
Billy


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

Ok so to allow for a custom size Responsive image here is what to so.
Go to you Applications Folder on your computer >
Find the Freeway Pro Application>
Hold down the control key and click on the application icon>
Select Show Package Contents>
Select Contents>
Select Shared Support>
Select Actions>
Select FAST>
Drag the CSS Navigation action to your text editor>
Expand the Contents Folder>
Expand the Resources Folder>
Expand the Actions Folder>
Click on CSS Menus
In the code on lines 1342 and 1400 you will see height and width set at 30px.
You can edit the size to your liking there.

Billy


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

Try creating a style (enter the name of the style in the TAG field to make sure the style will appear in the stylesheet):

.fwNav1-toggle-label { width:50px !important; height:50px !important }

The values will override the default height and width.

(You should check the name of the default CSS menu style, it might have been called something other than .fwNav1-toggle-label …)


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

By the way, the default value is 30px for height and width.


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

Richard,
That is a much better solution, however I’m struggling. Could you send me an example of how you set up the tag. I think I’m doing something wrong.

Billy


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

I’ve put together an example which can be downloaded here:
http://fwdemo.rvanheukelum.com/cssmenus_change-icon-dimensions.zip

I’ve only added one style to the stylesheet: .fwNav1-toggle-label. Both “width” and “height” have the value “100px !important” (without the quotes). You’ll get it as soon as you see it.

Good luck!


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

Thank You.


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

Thanks!


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

You’re (both) welcome …

… if you’re interested, there’s another CSS Menus thing I showed (off) in this thread: http://www.freewaytalk.net/thread/view/152781#m_152849


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