Page 19 of 79 FirstFirst ... 917181920212969 ... LastLast
Results 181 to 190 of 790
  1. #181
    Join Date
    Feb 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Add this:

    Code:
    #navMain ul li a{padding:0;}
    to the bottom of your stylesheet.css

    Thanks,

    Anne
    Hi Anne,

    I was having a similar problem but changing to below would make the search box go to the next line again whenever you went to Home or any other Category

    Code:
    #navMain ul li a{padding:0;}
    Changin the line below in the stylesheet seems to work, is it OK to do this?

    Code:
    #navMain ul li a {text-decoration: none;padding: 0em 0.5em;margin: 0;color: #fffede;white-space: nowrap;}
    to

    Code:
    #navMain ul li a {text-decoration: none;padding: 0;margin: 0;color: #fffede;white-space: nowrap;}

    Thanks!!!

  2. #182
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    database error Re: Andover Modern Template Support Thread

    HelpMeSell--Yes, both have the same end result. It is more "correct" to do it the way that you mentioned, but my addition is meant to make it easier for someone who has no idea what a stylesheet is They just have to copy and paste something into the end of the file.

    Thanks,

    Anne

  3. #183
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Font Sizing:
    I know it's set in css but I have tried and failed!
    Site: www-metalpix-co-uk

    The body text is a little small and I would like to increase the size, also the same text size is reproduced in the catagories section.

    I would like the text to be the same size as the Product Description. I have played on my local copy to no avail.

    Any pointers would be great.. Thanks

  4. #184
    Join Date
    Feb 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by Rizla View Post
    Font Sizing:
    I know it's set in css but I have tried and failed!
    Site: www-metalpix-co-uk

    The body text is a little small and I would like to increase the size, also the same text size is reproduced in the catagories section.

    I would like the text to be the same size as the Product Description. I have played on my local copy to no avail.

    Any pointers would be great.. Thanks
    I think you gotta edit "font-size: 62.5%" below in your stylesheet. I may very well be wrong as I'm still learning

    Code:
     
    body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #888787;background: #6a6b6f url(../images/bk.jpg) repeat-x center top;}

  5. #185
    Join Date
    Feb 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    If you post a link to your site I can take a look. All code in the demo is w3c valid xhtml and css:

    http://www.picaflor-azul.com/free-de...andover_modern

    Thanks,

    Anne
    Hi Anne,

    Here is the link, "http:// bit.ly/ dQvARt" (without the spaces and quotation marks).

    The errors come up on w3 validator after moving the easyslider into jscript_easySlider.php

    40 Errors, 10 warning(s)

    Thanks for the help!!!!

  6. #186
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Andover Modern Template Support Thread

    Hi Anne,

    Here is the link, "http:// bit.ly/ dQvARt" (without the spaces and quotation marks).

    The errors come up on w3 validator after moving the easyslider into jscript_easySlider.php

    40 Errors, 10 warning(s)

    Thanks for the help!!!!
    I would just start with the first error:

    # Error Line 18, Column 8: required attribute "type" not specified

    <script>



    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
    If you read the error and explanation it tells you exactly what is wrong and how to fix it. I don't think that I can say it any clearer

    Thanks,

    Anne

  7. #187
    Join Date
    Feb 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    I would just start with the first error:



    If you read the error and explanation it tells you exactly what is wrong and how to fix it. I don't think that I can say it any clearer

    Thanks,

    Anne
    I had read the errors before but it never really clicked.
    I got the first couple ones but I now have 31 Errors, 10 warning(s) and I really have no clue

    Any tips?

  8. #188
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    HelpMeSell:
    "I think you gotta edit "font-size: 62.5%" below in your stylesheet. I may very well be wrong as I'm still learning"

    Sorry but this changes the size globally... I just need those required areas altering. But thanks anyway.

  9. #189
    Join Date
    Feb 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by Rizla View Post
    HelpMeSell:
    "I think you gotta edit "font-size: 62.5%" below in your stylesheet. I may very well be wrong as I'm still learning"

    Sorry but this changes the size globally... I just need those required areas altering. But thanks anyway.
    Have you tried increasing the size from define pages editor for the particular pages that you like the text to be bigger?

  10. #190
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Andover Modern Template Support Thread

    Font Sizing:
    I know it's set in css but I have tried and failed!
    Site: www-metalpix-co-uk

    The body text is a little small and I would like to increase the size, also the same text size is reproduced in the catagories section.

    I would like the text to be the same size as the Product Description. I have played on my local copy to no avail.

    Any pointers would be great.. Thanks
    Either add a div to your text and style the div, or you can add:

    Code:
    #indexDefaultMainContent p{font-size:150%;}
    to the bottom of your stylesheet.css. Just put the percent at whatever you want.

    Thanks,

    Anne

 

 
Page 19 of 79 FirstFirst ... 917181920212969 ... LastLast

Similar Threads

  1. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  2. v151 Andover Modern - Site rebuild Problems
    By Rizla in forum Addon Templates
    Replies: 4
    Last Post: 4 May 2014, 09:49 AM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR