Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
510ego
hi anne,
site is
http://www.adavendsolutions. com (business_template)
please click on "coffee machine solutions" (path=2)i have a large picture on the top of the page, kind of keeping with the theme.
my issue is that the drop down lists to choose the product are way at the bottom of the page, and there are the facebook/twtter links there too. they are fine for the main page but i feel that they just take up space on my products page. i would really like them closer to the picture, and perhaps the description underneath that.
is there some kind of sort order on the path=2 page? is that part of the css? can i drop the facebook /twitter links from the page on the path=2.php?
thanks in advance
You can rearrange elements on the product info page by editing the includes/templates/andover_modern/templates/tpl_product_info_display.php file.
Thanks,
Anne
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
paperthreads
Add this to the stylesheet.css file:
Code:
#popupShippingEstimator{background:none;}
Thanks,
Anne
Re: Andover Modern Template Support Thread
I was wondering where the code was to make changes to the the titles of the side box tabs. I was also wondering if there was how to change the banner titles.
Thanks
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
jhenrich
I was wondering where the code was to make changes to the the titles of the side box tabs. I was also wondering if there was how to change the banner titles.
Thanks
I would recommend using the developers toolkit to find the text that you want to edit. See the FAQ's section for an article on how to use the developers toolkit.
Thanks,
Anne
Re: Andover Modern Template Support Thread
Anne, I think I figured out how to place the additional text next to the logo on my site, but I am having difficulties with positioning. I can't figure out how to change the margins or float or what ever is setting the positioning for that particular div. It seems like I tried everything, but I am not successful in changing the positioning of the text. There is too much margin on top, and for some reason the text is aligned to the right no matter what I do. What I would like to achieve is the logo on the left, and several short lines of text next to it without too much space in between the lines.
Right now the spacing is way too off.
www.clayjungle.com
I assume that all this spacing is set up somewhere in the style sheet. If you could please point me in the right direction I would really appreciate it.
Thank you.
Re: Andover Modern Template Support Thread
How do i take the verify your age field out of the new customer regrestration page? I also would like to know how to change the "new" features" and "specials" tabs that are on my home page?
Thanks
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
jaropales
Anne, I think I figured out how to place the additional text next to the logo on my site, but I am having difficulties with positioning. I can't figure out how to change the margins or float or what ever is setting the positioning for that particular div. It seems like I tried everything, but I am not successful in changing the positioning of the text. There is too much margin on top, and for some reason the text is aligned to the right no matter what I do. What I would like to achieve is the logo on the left, and several short lines of text next to it without too much space in between the lines.
Right now the spacing is way too off.
www.clayjungle.com
I assume that all this spacing is set up somewhere in the style sheet. If you could please point me in the right direction I would really appreciate it.
Thank you.
Add this to the bottom of your stylesheet.css file:
Code:
#header-curr-lang p{position:relative;left:-480px;width:200px;}
Thanks,
Anne
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
jhenrich
How do i take the verify your age field out of the new customer regrestration page? I also would like to know how to change the "new" features" and "specials" tabs that are on my home page?
Thanks
Please do a search on the forum for the age question as this has been asked and answered many times already.
What do you want to change specifically about the tabs?
Thanks,
Anne
Re: Andover Modern Template Support Thread
I want to change the titles Instead of "New" I want to put something like "Just In"
Thanks
Re: Andover Modern Template Support Thread
Thank you, Anne. That was exactly what I was looking for. The problem is resolved and I learnt something about CSS.
As always, your help is highly appreciated.
Thank you again :)