Re: Bentley Classic Template Support Thread
Quote:
Originally Posted by
DivaVocals
Ahhhh... I missed that.. thanks again..:smile: Now to finish twaeking the matching blog template..
I am happy that it worked ;-)
Thanks,
Anne
Re: Bentley Classic Template Support Thread
Sorry to bother you again Anne.. (I feel like such a noob..:blush:)
I HOPE this will be my last question.. I am having trouble fixing the links under the "Connect" menu heading so they don't wrap in the mega menu.. Not sure what I'm missing..
http://clientlaserdiscvault(dot)overthehillweb(dot)com/
On the bright side, I got the blog template all setup and matching the store template..:D I just have to clean up the frontpage of the store.. (I've got placeholder text and images in place right now while I work on the final widget and slideshow images)
Re: Bentley Classic Template Support Thread
Quote:
Originally Posted by
DivaVocals
Sorry to bother you again Anne.. (I feel like such a noob..:blush:)
I HOPE this will be my last question.. I am having trouble fixing the links under the "Connect" menu heading so they don't wrap in the mega menu.. Not sure what I'm missing..
http://clientlaserdiscvault(dot)overthehillweb(dot)com/
On the bright side, I got the blog template all setup and matching the store template..:D I just have to clean up the frontpage of the store.. (I've got placeholder text and images in place right now while I work on the final widget and slideshow images)
I would make the connect menu drop down wider.
Thanks,
Anne
Re: Bentley Classic Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I would make the connect menu drop down wider.
Thanks,
Anne
Actually I did mess with the width for the connect menu drop down in the stylesheet.. but the text still wraps.. and so I'm a little stumped as to what to do..
So here's what I changed (currently these are back to their default values):
Code:
.mega-menu .dropdown_social {width: 145px;}
and
Code:
.mega-menu .col_social {width:145px;}
I changed the width on both to 175px and all this did was widen the dropdown, but the text still wraps.. (and it shouldn't have). What am I missing here??
Re: Bentley Classic Template Support Thread
Quote:
Originally Posted by
DivaVocals
Actually I did mess with the width for the connect menu drop down in the stylesheet.. but the text still wraps.. and so I'm a little stumped as to what to do..
So here's what I changed (currently these are back to their default values):
Code:
.mega-menu .dropdown_social {width: 145px;}
and
Code:
.mega-menu .col_social {width:145px;}
I changed the width on both to 175px and all this did was widen the dropdown, but the text still wraps.. (and it shouldn't have). What am I missing here??
If you want to use the width 175px, add this as well:
Code:
.mega-menu .dropdown_social ul li a{width:175px;}
Thanks,
Anne
Re: Bentley Classic Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you want to use the width 175px, add this as well:
Code:
.mega-menu .dropdown_social ul li a{width:175px;}
Thanks,
Anne
Ahhhh.. I actually had thought I added that.. I can see I did not.. Whooooops..
Got it working perfectly now.. Thanks for the hand Anne..:smile:
Re: Bentley Classic Template Support Thread
Hi, great template! :)
I have couple of problems. The site is: http://www.calavius.com/store. There are 2 problems:
1.) I know somebody else had this issue, but I couldn't understand the solution...I have some white space at the bottom of the page and I don't know how to remove it?
2.) I am trying to update mega menu...and I need About Us, Info, and Connect to display text to the left, and not to the right. I realize that I need to change stylesheet_mega_menu, but I cannot figure what to change and how?
Thanks!
Re: Bentley Classic Template Support Thread
Quote:
Originally Posted by
ahajdar
Hi, great template! :)
I have couple of problems. The site is:
http://www.calavius.com/store. There are 2 problems:
1.) I know somebody else had this issue, but I couldn't understand the solution...I have some white space at the bottom of the page and I don't know how to remove it?
2.) I am trying to update mega menu...and I need About Us, Info, and Connect to display text to the left, and not to the right. I realize that I need to change stylesheet_mega_menu, but I cannot figure what to change and how?
Thanks!
1. Answer is in this post:
http://www.zen-cart.com/showthread.p...07#post1155007
2. Look to the coding and styling of the "service" menu for a guide. You need to add the "align_right" to the correct divs in the includes/templates/bentley_classic/common/tpl_mega_menu.php file and add the styles in the mega menu stylesheet.
Thanks,
Anne
Re: Bentley Classic Template Support Thread
[QUOTE=picaflor-azul;1156167]1. Answer is in this post:
http://www.zen-cart.com/showthread.p...07#post1155007
2. Look to the coding and styling of the "service" menu for a guide. You need to add the "align_right" to the correct divs in the includes/templates/bentley_classic/common/tpl_mega_menu.php file and add the styles in the mega menu stylesheet.
Thanks,
Anne[/QUOTE
Thanks Anne...I fixed it.
Take care,
Amir
Re: Bentley Classic Template Support Thread
Dear Ann,
I ran into another problem...in the footer there is a "Useful links" column. Well, I'm not going to use this and I was able to delete it...however, there are still 4 columns. I noticed that the columns are not centered now since I didn't delete the 4th column where "Useful links" were. Can you tell me where I can delete those?
p.s. I noticed on line 7 stylesheet_footer_menu.css that it mentions 4 columns, but I couldn't find the place where to delete the 4th column.
Quote:
Originally Posted by
picaflor-azul
1. Answer is in this post:
http://www.zen-cart.com/showthread.p...07#post1155007
2. Look to the coding and styling of the "service" menu for a guide. You need to add the "align_right" to the correct divs in the includes/templates/bentley_classic/common/tpl_mega_menu.php file and add the styles in the mega menu stylesheet.
Thanks,
Anne