Page 57 of 102 FirstFirst ... 747555657585967 ... LastLast
Results 561 to 570 of 1017
  1. #561
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by shags38 View Post
    "center" worked ... try it, believe me it works
    I won't be "trying it" because I KNOW it's invalid CSS.. Believe me, "center" doesn't exist.. believe me it won't work in ALL browsers.. believe me, your CSS won't validate.. but ignore the correct answer if you like..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

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

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by DivaVocals View Post
    I won't be "trying it" because I KNOW it's invalid CSS.. Believe me, "center" doesn't exist.. believe me it won't work in ALL browsers.. believe me, your CSS won't validate.. but ignore the correct answer if you like..
    There is no such thing as float:center ;-)

    http://www.w3schools.com/css/css_float.asp

    Thanks,

    Anne

  3. #563
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by picaflor-azul View Post
    There is no such thing as float:center ;-)

    http://www.w3schools.com/css/css_float.asp

    Thanks,

    Anne
    I know that.. :).. I don't think shags believes this.. (probably because he's looking at his site through Internet Exploder)
    Quote Originally Posted by DivaVocals View Post
    I don't think that there is a "center" definition for the 'float' attibute. I think you might wanna try this instead (soneone can confirm this for me):
    Code:
    margin-left: auto;
    margin-right: auto;
    or
    Code:
    margin: auto;
    Quote Originally Posted by lat9 View Post
    You're right, DivaVocals, there's no "float: center;". If you want to center an element, that element must have a width and then you can specify something like
    Code:
    width: 60%;
    margin: 0 auto;
    to center that element.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #564
    Join Date
    Feb 2010
    Posts
    63
    Plugin Contributions
    0

    Default Re: New! Template Package Update with Admin Interface!

    Does anyone know how to fix the header layout at www.wisconsinbilliard.com I have been playing with this for hours with no success. Any help appreciated! Also I keep getting double // in my url like http://www.wisconsinbilliard.com//index.php?main_page= Is this something that can easily be fixed?

    Thanks in advance!

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

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by AZComp View Post
    Does anyone know how to fix the header layout at www.wisconsinbilliard.com I have been playing with this for hours with no success. Any help appreciated! Also I keep getting double // in my url like http://www.wisconsinbilliard.com//index.php?main_page= Is this something that can easily be fixed?

    Thanks in advance!
    The double \ is probably caused by a mistake in your includes/configure.php file.

    Change your stylesheet.css file:

    Code:
    #header-right {
         float: right;
        margin-top: -150px;
        width: 980px;
    }
    
    #header-promo {
        color: #444443;
        float: right;
        font-size: 1.65em;
        line-height: 25px;
        text-align: right;
    }
    
    #navMainSearch {
        float: right;
        margin-top: 80px;
        text-align: right;
    }
    Thanks,

    Anne

  6. #566
    Join Date
    Feb 2010
    Posts
    63
    Plugin Contributions
    0

    Default Re: New! Template Package Update with Admin Interface!

    Thank you the fix made it a little better but still looks off, I will try to play with it. I checked the config file s(both of them) I dont see anything to cause the // I know that is not a template issue so I will keep searching that.

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

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by AZComp View Post
    Thank you the fix made it a little better but still looks off, I will try to play with it. I checked the config file s(both of them) I dont see anything to cause the // I know that is not a template issue so I will keep searching that.
    Change the #navMainSearch to this:

    Code:
    #navMainSearch {
        margin-top: 80px;
      clear:both;
    }


    Thanks,

    Anne

  8. #568
    Join Date
    Feb 2012
    Posts
    53
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Hi there

    I am having a problem trying to figure this one out. I have tried for days haha, to no avail. I am sure it's gonna be something real simple!

    I would like more space between the sub category boxes and the new products centreboxes - can someone please point me in the right direction?

    Many thanks

    Claire
    My Online shop, thanks to Zen Cart is https://lovely-gifts.co.uk

  9. #569
    Join Date
    Feb 2010
    Posts
    63
    Plugin Contributions
    0

    Default Re: New! Template Package Update with Admin Interface!

    I may have goofed it up but I do not think so, now it is buried behind my logo.

    Thank you so much for your help!

    By the way the // was in the admin config so thanks for that tip!

    Quote Originally Posted by picaflor-azul View Post
    Change the #navMainSearch to this:

    Code:
    #navMainSearch {
        margin-top: 80px;
      clear:both;
    }


    Thanks,

    Anne

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

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by clriding View Post
    Hi there

    I am having a problem trying to figure this one out. I have tried for days haha, to no avail. I am sure it's gonna be something real simple!

    I would like more space between the sub category boxes and the new products centreboxes - can someone please point me in the right direction?

    Many thanks

    Claire
    If you post a link to the page that you need help with I can take a look.

    Thanks,

    Anne

 

 
Page 57 of 102 FirstFirst ... 747555657585967 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. v154 Abbington Mega 5.3 template not displaying properly
    By irishshopper in forum Addon Templates
    Replies: 1
    Last Post: 6 Mar 2015, 04:56 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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