Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Sep 2010
    Posts
    109
    Plugin Contributions
    0

    Default Re: information box and logo

    Quote Originally Posted by keneso View Post
    I apologize I misunderstood.

    Please try using the attched tpl_header.php file, you might need to tweak again a little bit the stylesheet, like removing the top padding (70px) for your logo.

    Please make a back-up copy of your current file.
    i tried with your tpl_header and it shows me this...

    www.otisweb.ro/test

  2. #12
    Join Date
    May 2009
    Posts
    1,219
    Plugin Contributions
    2

    Default Re: information box and logo

    You have done something to your stylesheet, and I haven't looked deeply into it to see the differences with the original (default) stylesheet.

    Anyhow please do like this:

    1 - do NOT edit the classic folder, if you need to have a customized template, copy the classic folder, and rename it.
    2 - now in the newly created custom folder open the template_info.php file and where you see $template_name = 'Classic Contemporary Italian Version'; chnage Classic Contemporary Italian Version to the name of your custom folder
    3 - put the tpl_header.php file I gave you in the common folder of your custom folder
    4 - load everything to your server in the includes/templates folder
    5 - in your admin go to tools > chhose template, and set pick your custom template
    6 - now you can go and edit the stylesheet.css in the your_template/css folder

    If you want to keep the actual template you need to make these changes, though I again advise you to do what said above.

    Anyhow on your actual stylesheet try this

    line 274 from this

    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
        background-color: #ABBBD3;
        background-image: url("../images/tile_back.gif");
        color: white;
        float: right;
        font-weight: bold;
        height: 1%;
        margin: 0;
        padding: 0.5em 0.2em;
    }
    make it like this
    Code:
    #navSuppWrapper, #navCatTabsWrapper {
        background-color: #ABBBD3;
        background-image: url("../images/tile_back.gif");
        color: white;
        float: right;
        font-weight: bold;
        height: 1%;
        margin: 0;
        padding: 0.5em 0.2em;
    }
    #navMainWrapper {
        background-color: #ABBBD3;
        background-image: url("../images/tile_back.gif");
        color: white;
        float: right;
        font-weight: bold;
        height: 1%;
        margin: -35px 0 0 0;
        padding: 0.5em 0.2em;
    }
    line 355 make it like this

    Code:
    #navEZPagesTop {
        background-color: #FFFF00;
        color: black;
        font-size: 0.95em;
        font-weight: bold;
        margin: 30px 0 0 0;
        padding: 0.5em;
    }
    line 137 from this
    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
        float: right;
        padding: 100px 0 500px;
    }
    make it like this
    Code:
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
        float: right;
        padding: 100px 0 500px;
    }
    #logo {
        float: right;
        padding: 0 0 0 100px;
    }

  3. #13
    Join Date
    May 2009
    Posts
    1,219
    Plugin Contributions
    2

    Default Re: information box and logo

    Please be advised it is better to follow the first option, meaning creating your custom template folder, and working there.

  4. #14
    Join Date
    May 2009
    Posts
    1,219
    Plugin Contributions
    2

    Default Re: information box and logo

    I see you opted for the custom template, which is good.

    I have to apologize as in the tpl_header.php file I missed to delete the ezpages at the end of file, that's why you see two sets of them.
    Please delete the last lines of that file from line 106 to 110, meaning from
    <!--bof-header ezpage links-->
    to
    <!--eof-header ezpage links-->

  5. #15
    Join Date
    Sep 2010
    Posts
    109
    Plugin Contributions
    0

    Default Re: information box and logo

    How to make the information box links look different that the other links?

    www.otisweb.ro/test

    once again thanks a lot man for helping me!!

  6. #16
    Join Date
    May 2009
    Posts
    1,219
    Plugin Contributions
    2

    Default Re: information box and logo

    You're welcome
    What do you mean by different?

    Maybe something like this? (use the colors you like)

    #informationContent ul li a {
    display: block;
    color: #FFFFFF;
    background: none repeat scroll 0 0 #FFFF00;
    border-bottom: 1px dotted #FFFFFF;
    padding: 3px;
    }
    #informationContent ul li a:hover {
    background: none repeat scroll 0 0 #FF0000;
    color: #0000FF;
    }

    If you want to move your search under the login link add the red text to your #navMainSearch, and remove the padding

    #navMainSearch {
    clear: both;
    float: right;
    }

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Logo and side box headers
    By mimi78 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 25 Mar 2009, 06:44 PM
  2. Combining links - EZ-Page Box and Information Box
    By MagicMan in forum General Questions
    Replies: 3
    Last Post: 19 Jan 2009, 09:04 PM
  3. Space between Categories box and logo wrapper
    By Crooked_Halo in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 15 Apr 2008, 06:32 PM
  4. Changing Font Color in Information Box & More Information Box
    By scribbles in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2007, 02:54 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