Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Jun 2010
    Posts
    54
    Plugin Contributions
    0

    Default Help with an embedded template...

    Hi!

    We're using BlueCart. It was created by a member who has since been banned. We've embedded the template within our page design and we're really happy with the result. There is one change I need to make and I can seem to find the code to make the change.

    On this page (for example):

    http://www.ledlights.com/CAT1.html

    You'll see two blue "headers" separated by blank white space. In that space is a logo position and a banner ad position (both currently with white blanks). I'd like to remove the logo space, the ad space, AND the bottom blue "header" with "SEARCH" and "HOME", bringing all else up to the top "header".

    HELP?!?! ([email protected])

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Help with an embedded template...

    Locate this:
    includes/templates/bluecart/css/stylesheet.css
    Edit these two declarations below in the stylesheet.css and add this to them... display: none;

    #taglineWrapper {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    width: 495px;
    }

    #logo {
    float: left;
    overflow: hidden;
    width: 0;
    }

  3. #3
    Join Date
    Jun 2010
    Posts
    54
    Plugin Contributions
    0

    Default Re: Help with an embedded template...

    Thanks! That's about 90% there. Ideally, I'd like only one blue header there, or to get both blues to be flush against each other, but this is good for now. THANK YOU!!!

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Help with an embedded template...

    Good to hear we are getting close ...

    Look at this:
    #contentMainWrapper {
    float: left;
    margin: 10px 0 0;
    padding: 0;
    width: 960px;
    }
    Replace the red font above with this:

    margin-top: -1.2em;
    adjust the -1.2em; to close the white space between the 2 headers

  5. #5
    Join Date
    Jun 2010
    Posts
    54
    Plugin Contributions
    0

    Default Re: Help with an embedded template...

    WOO HOO!!!

    Okay, okay!!! we're on a roll!!

    It looks like there is a white hairline around the lower blue bar. No problem... let's say I wanted to make that lower bar white with black type? Then I'd have no more alignment issues!

    Email me directly at [email protected] when you get a chance.

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Help with an embedded template...

    Yes, that could be done or else keep the theme of the store and notice these are affection the little nifty white line ...

    Delete the red font below:
    #navColumnCenter {
    background-color: #FFFFFF;
    float: right;
    margin-right: 5px;
    width: 765px;
    }

    .leftBoxContainer {
    border: 1px solid #FFFFFF;
    }

    And edit this to be 1.3 below
    #contentMainWrapper {
    float: left;
    margin-top: -1.2em;
    padding: 0;
    width: 965px;
    }

 

 

Similar Threads

  1. Replies: 11
    Last Post: 30 May 2016, 01:48 PM
  2. Replies: 5
    Last Post: 4 Mar 2011, 03:54 AM
  3. Javascript help with embedded video
    By rottiejoe in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Feb 2011, 03:11 AM
  4. Sending an email with embedded order information
    By aaelghat in forum General Questions
    Replies: 0
    Last Post: 21 May 2009, 03:16 AM
  5. Using embedded paypal buttons vs zc cart~HELP
    By PropInsanity in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 29 Apr 2009, 08:06 PM

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