Re: Flexible Footer Columns Menu for 1.5.x
ok, progress. I found my way to http://zcadditions.com/3/
There I found your footer menu columns are floating left controlled by the stylesheet, responsive.css
I added
[class*="col"] {
float: left;
margin-left: 5px;
}
to my stylesheet_flexible_footer_menu.css and that allowed the columns to line up 4 to the row. Off to play and hopefully that's all that was needed. Thanks for this module and other modules and templates you make available :-)
Re: Flexible Footer Columns Menu for 1.5.x
Hi I had it in mind that I would have a heading centered on two columns. If this were html I would just merge the two columns in the row and justify center. and below it I would have two columns of Links related to the header.
I'm a newbie and my developer installed this module and invited me to have at it, so if I have to modify code it will be my first time! Also how do I make suggestions as to font style size etc. It seems to have a mind of its own.
Thanks much.
Re: Flexible Footer Columns Menu for 1.5.x
Quote:
Originally Posted by
yogeshvara
Hi I had it in mind that I would have a heading centered on two columns. If this were html I would just merge the two columns in the row and justify center. and below it I would have two columns of Links related to the header.
I'm a newbie and my developer installed this module and invited me to have at it, so if I have to modify code it will be my first time! Also how do I make suggestions as to font style size etc. It seems to have a mind of its own.
Thanks much.
You can create 1 column
Sort-Order 1 & Assign Header
Then create new page Sort-Order 11 & use HTML to create columns, using the same class already included in the plugin.
HTML Code:
<div class="col span_2_of_9">
List of Links
List of Links
List of Links
</div>
<div class="col span_2_of_9">
List of Links
List of Links
List of Links
</div>
This way these HTML columns are also responsive and stack at min-width.
Hope that helps!
Re: Flexible Footer Columns Menu for 1.5.x
Quote:
Originally Posted by
yogeshvara
Hi I had it in mind that I would have a heading centered on two columns. If this were html I would just merge the two columns in the row and justify center. and below it I would have two columns of Links related to the header.
I'm a newbie and my developer installed this module and invited me to have at it, so if I have to modify code it will be my first time! Also how do I make suggestions as to font style size etc. It seems to have a mind of its own.
Thanks much.
I updated Demo: http://zcadditions.com/3/
You'll notice column 9 now has 4 column within it
Re: Flexible Footer Columns Menu for 1.5.x
Thanks, I see it works but I'll have to run it by my developer to use it since I don't really get how to "install" the code.
Also I have an odd problem. I have a graphic in column 1 that automatically left justified, then I put a graphic in column two that automatically center justified even though its associated text left justified. Is there a way I can control this since I would like them all to left justify except perhaps the Headline text above the links you can see the two graphics here at the bottom of the page....
http://adamrdesign.com/yogatest/inde...in_page=page_2
Re: Flexible Footer Columns Menu for 1.5.x
Also As long as I'm asking.... I would love it if the words could go under not over the graphics (I think it would be more like a caption and thus more intuitive for users)
Re: Flexible Footer Columns Menu for 1.5.x
Also How do you get a column to go under the other columns and not next to them. Mine all seem to want to be shoulder to shoulder.
Re: Flexible Footer Columns Menu for 1.5.x
Thank you for pointing this out, yes .col was carried over from the responsive CSS and I forgot to add to the plugin CSS file for those not using a responsive template built with the Responsive DIY Template Default for 1.5.x
I will ad this to the next version.
Thanks again!
Quote:
Originally Posted by
buildingblocks
ok, progress. I found my way to
http://zcadditions.com/3/
There I found your footer menu columns are floating left controlled by the stylesheet, responsive.css
I added
[class*="col"] {
float: left;
margin-left: 5px;
}
to my stylesheet_flexible_footer_menu.css and that allowed the columns to line up 4 to the row. Off to play and hopefully that's all that was needed. Thanks for this module and other modules and templates you make available :-)
Re: Flexible Footer Columns Menu for 1.5.x
For one of my clients I had to convert this module to multi language. If people are interested I could make it into a new package
Re: Flexible Footer Columns Menu for 1.5.x
Already Done, all added via admin, just finding the time to upgrade and upload.
Demo
Quote:
Originally Posted by
Design75
For one of my clients I had to convert this module to multi language. If people are interested I could make it into a new package