Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2008
    Posts
    32
    Plugin Contributions
    0

    Default Customizing my store - adding stuff/moving/etc - need some help.

    Hey Guys,
    Im hoping you can help me customize my page a bit.
    Im looking to Move my Search bar to the left side of the screen, just to the right of "Home".

    Behind my logo (the SPARTAN banner), I dont want to have any background, like the tinted background for the rest of the page below. Do you know how I can remove the background for just that banner area?

    Im looking to add an imagemap link bar as on my main webpage www.spartanleathers.com (feel free to look to see what Im talking about. It's the bar right below the logo.


    The last thing (for now), is I want to move my sideboxes up so the top of the sidebox is level with the top of the Home bar.

    See the attached image for a visual of what Im looking for.
    Name:  cart.jpg
Views: 129
Size:  21.4 KB

    Any help would be greatly appreciated. Im very inexperienced in PHP, so Im a little slow figuring this stuff out.

    Thx!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Customizing my store - adding stuff/moving/etc - need some help.

    I dont want to have any background, like the tinted background for the rest of the page below
    In the stylesheet you might have to make the background the color you desire for #logoWrapper, or #headerWrapper versus making it transparent as it will still show through the background solor of #mainWrapper
    The last thing (for now), is I want to move my sideboxes up so the top of the sidebox is level with the top of the Home bar.
    Code:
    .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
    	border: 1px solid #9a9a9a;
    	border-bottom: 5px solid #000000;
    	margin-top: 1.5em;
    	}
    This is currently coded in your stylesheet with a margin-top you might make it margin-bottom
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Customizing my store - adding stuff/moving/etc - need some help.

    1. Find

    #navMainSearch {
    float:left;
    }


    in your stylesheet, and change the 'right' to 'left'

  4. #4
    Join Date
    Jun 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: Customizing my store - adding stuff/moving/etc - need some help.

    Quote Originally Posted by kobra View Post
    In the stylesheet you might have to make the background the color you desire for #logoWrapper, or #headerWrapper versus making it transparent as it will still show through the background solor of #mainWrapper

    Code:
    .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
    	border: 1px solid #9a9a9a;
    	border-bottom: 5px solid #000000;
    	margin-top: 1.5em;
    	}
    This is currently coded in your stylesheet with a margin-top you might make it margin-bottom

    Thanks for your help.

    Code:
    For the background of the header, I added the following:
    #headerWrapper{
            background:url(../images/background.png);
    }
    For the sideboxes, I made it as follows:
    Code:
    .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
    	border: 1px solid #9a9a9a;
    	border-bottom: 5px solid #000000;
    	margin-top: 0em;
    	}
    So that's a couple items down.

  5. #5
    Join Date
    Jun 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: Customizing my store - adding stuff/moving/etc - need some help.

    Ok, I also figured out how to create my map linkbar.

    In tpl_modules_categories_tabs.php, I added a new "div" it above the <div id="navCatTabsWrapper"> <div id="navCatTabs"> tags.

    Now, Im going to try to move the navcattabswrapper stuff to the next bar down, that contains the Home: link.

 

 

Similar Threads

  1. v151 need some help with customizing
    By Dashizna in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 10 Oct 2012, 07:35 PM
  2. Help with moving some stuff around
    By raildawg in forum General Questions
    Replies: 3
    Last Post: 21 Aug 2011, 04:05 PM
  3. Moving @ store and need help
    By rspencer1762 in forum General Questions
    Replies: 0
    Last Post: 12 Dec 2010, 11:05 AM
  4. Ooops... modified some stuff and now need to do overrides
    By mjmazza in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 13 Nov 2008, 09:38 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