Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
fjbern1943
If you want to use pure css you need to set a min-height for the containing div. On the home page it would be something like this:
Code:
.categoryListBoxContents{min-height:200px;}
the number can be whatever is optimal for your products.
You can also use javascript to do this automatically. I have been using this one:
http://brm.io/jquery-match-height/
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
picaflor-azul
If you want to use pure css you need to set a min-height for the containing div. On the home page it would be something like this:
Code:
.categoryListBoxContents{min-height:200px;}
the number can be whatever is optimal for your products.
You can also use javascript to do this automatically. I have been using this one:
http://brm.io/jquery-match-height/
Thanks,
Anne
Hi Anne,
I used the css min-height for the container in the stylesheet and it works perfectly now.
Thanks, Frank
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
fjbern1943
Hi Anne,
I used the css min-height for the container in the stylesheet and it works perfectly now.
Thanks, Frank
I am happy that you figured it out ;)
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
picaflor-azul
I am happy that you figured it out ;)
Thanks,
Anne
You figured it out not me and I thank you for it.
I have another problem. I can not get the tagline to appear under the Store Logo. To see goto: http://religious-shop.com
Thanks
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
picaflor-azul
If you want to change the information drop down then you have to edit the tpl_modules_mobile_categories_tabs.php file. If you remove an item be sure to remove the <li> and the matching </li>
Thanks,
Anne
THIS was what I needed :-)
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
picaflor-azul
You can use:
Code:
ul.slimmenu li.info-li{display:none;}
Thanks,
Anne
I see that 3 or 4 times in that file. Which one is the right one? Or all of them?
Re: Responsive Sheffield Blue V 2.0!
Another problem I have, I removed the picture under the About Us top menu but still have the symbol there that a pic is supposed to be there. I forgot where I removed the pic and want to remove any links pointing to a picture because I do not need a pic here.
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
fjbern1943
You figured it out not me and I thank you for it.
I have another problem. I can not get the tagline to appear under the Store Logo. To see goto:
http://religious-shop.com
Thanks
Try adding a bottom margin to the #tagline.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
germerican
Another problem I have, I removed the picture under the About Us top menu but still have the symbol there that a pic is supposed to be there. I forgot where I removed the pic and want to remove any links pointing to a picture because I do not need a pic here.
You can remove the code for the image in the includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php file.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Thx, that helped.
When I click Information/General Info it brings me to the site map which I had turned off in the footer menu. How do I turn this function off. I have played around with some of the lines in the same PHP that I thought would be responsible but apparantly are not