Page 33 of 44 FirstFirst ... 23313233343543 ... LastLast
Results 321 to 330 of 437
  1. #321
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,151
    Plugin Contributions
    35

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by scrapbook party View Post
    Hi, relative newbie to zen cart (played a few years back, then nothing until now!) and i found your template, it is perfect for the cart i want, except that i would like the logo to run the full width. I have seen it done, but don't know how to do it!

    I have probably read an answer here that tells me what to do/where to look - but my frazzled brain isn't taking it in!!

    The logo there is 217x57px (as i read in readme), is full width 950px?

    Where do i need to look/what am i looking for to change the size, or would uploading a bigger image do it automatically?

    and finally, if i change the image (keeping the name the same) in the images folder, would that replace the image or do i need to adjust elsewhere too?

    Thanks so much x
    Yes, the template width is 950 pixels. You can just replace the logo with your new logo and then adjust things in the stylesheet.css.
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  2. #322
    Join Date
    Jul 2007
    Location
    Middle of the UK
    Posts
    39
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Thanks for that!

  3. #323
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,151
    Plugin Contributions
    35

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by scrapbook party View Post
    Thanks for that!
    No problem ;-) Let me know if you need any other help.

    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  4. #324
    Join Date
    Jul 2007
    Location
    Middle of the UK
    Posts
    39
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Ok, found the line in the stylesheet, adjusted the height to 350px.

    Made the header, 350px x 950px and named it logo.jpg

    uploaded the stylesheet, uploaded the header, but it isnt 'placed' properly!

    What on earth did i do wrong! lol! I appear to have some extra lines under the header too!!

    My site

  5. #325
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,151
    Plugin Contributions
    35

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by scrapbook party View Post
    Ok, found the line in the stylesheet, adjusted the height to 350px.

    Made the header, 350px x 950px and named it logo.jpg

    uploaded the stylesheet, uploaded the header, but it isnt 'placed' properly!

    What on earth did i do wrong! lol! I appear to have some extra lines under the header too!!

    My site

    Remove the height that you added to the stylesheet.css.

    Then change this line:

    Code:
    #logo {padding-left: 15; padding-top: 15;}
    to this:

    Code:
    #logo {padding-left: 0; padding-top: 0;}
    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  6. #326
    Join Date
    Jul 2007
    Location
    Middle of the UK
    Posts
    39
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Thank you again. It has worked beautifully! I can now work through the readme and sort out the other bits to get it set up. I had a quick look at the file and i want to thank you for the detailed instruction, should be able to manage that ok!

    Fabulous template by the way, really nice!

  7. #327
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,151
    Plugin Contributions
    35

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by scrapbook party View Post
    Thank you again. It has worked beautifully! I can now work through the readme and sort out the other bits to get it set up. I had a quick look at the file and i want to thank you for the detailed instruction, should be able to manage that ok!

    Fabulous template by the way, really nice!
    Thanks!

    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  8. #328
    Join Date
    May 2012
    Posts
    298
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    I want to change the color of the sidebox headers and the navigation bar in the header. I am looking at stylesheet.css and I thought it might be here:

    /*bof sideboxes*/
    #navColumnOne {background-color: #fff;padding-bottom:20px;}
    #navColumnTwo {/*background-color: #ee4893;*/}
    .columnLeft {}
    h3.leftBoxHeading {font-size: 1.3em;color: #3b1910;padding-top:15px;}
    h3.leftBoxHeading a{font-size: 1.0em;color: #3b1910;}
    .leftBoxHeading, .centerBoxHeading {margin: 0em;background-image: url(../images/top-nav-bk.jpg);background-repeat:repeat-x;height:37px;padding: 0.5em 0.2em;color:#fbd5e6;}
    .centerBoxHeading {padding-top:15px;padding-left:25px;}
    .leftBoxContainer {border: 1px solid #fff;margin-top: 1.5em;}
    .sideBoxContent {background-color: #fff;padding: 0.4em;padding-top:0px;border:0px solid #e1e1e9;}

    but when I check the colors listed here, none are that original green color from the template, so it appears none of these needs changing. I thought if I found that green color you used in the original template, I would just change all of them to the color I want.

    Where should I be looking?

  9. #329
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,151
    Plugin Contributions
    35

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by traytray View Post
    I want to change the color of the sidebox headers and the navigation bar in the header. I am looking at stylesheet.css and I thought it might be here:

    /*bof sideboxes*/
    #navColumnOne {background-color: #fff;padding-bottom:20px;}
    #navColumnTwo {/*background-color: #ee4893;*/}
    .columnLeft {}
    h3.leftBoxHeading {font-size: 1.3em;color: #3b1910;padding-top:15px;}
    h3.leftBoxHeading a{font-size: 1.0em;color: #3b1910;}
    .leftBoxHeading, .centerBoxHeading {margin: 0em;background-image: url(../images/top-nav-bk.jpg);background-repeat:repeat-x;height:37px;padding: 0.5em 0.2em;color:#fbd5e6;}
    .centerBoxHeading {padding-top:15px;padding-left:25px;}
    .leftBoxContainer {border: 1px solid #fff;margin-top: 1.5em;}
    .sideBoxContent {background-color: #fff;padding: 0.4em;padding-top:0px;border:0px solid #e1e1e9;}

    but when I check the colors listed here, none are that original green color from the template, so it appears none of these needs changing. I thought if I found that green color you used in the original template, I would just change all of them to the color I want.

    Where should I be looking?
    You will need to change the top-nav-bk.jpg image.

    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  10. #330
    Join Date
    Jun 2010
    Posts
    72
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    I sell cross stitch supplies including fabric. I have an attribute for each fabric so people can select the size they need. People are having a hard time finding the size drop down because it's in a weird place. I've linked a marked-up screenshot to show where I would like that selector to be. Can someone tell me how to move that? Thanks! :)
    http://laurelsstitchery.com/screenshot06042012.png

 

 
Page 33 of 44 FirstFirst ... 23313233343543 ... LastLast

Similar Threads

  1. All Business template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 966
    Last Post: 3 May 2013, 07:52 PM
  2. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  3. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 248
    Last Post: 29 Jan 2012, 04:30 PM
  4. Glacial Age Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 392
    Last Post: 22 Aug 2011, 04:15 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
  •