Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Oct 2011
    Posts
    29
    Plugin Contributions
    0

    Default Removing the white big area on top?

    Hello!
    I have my shop at http://www.carlmanevent.se/shop/

    From the beginning the template contained four large images under the menu on top.
    They are to be found as banner images in the Admin area and I thought that if I just inactivated the four images, the white big area behind the images, would also go away.

    It didnt..

    So how do I remove this big white part in my shop?
    Because I want the categories menu to the left and the special products in the middle to come higher up.

    Thanks for all help!

  2. #2
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Removing the white big area on top?

    Quote Originally Posted by carlman View Post
    So how do I remove this big white part in my shop?
    Because I want the categories menu to the left and the special products in the middle to come higher up.
    There's several ways you can remove this. Possibly one of the easiest would be to

    1) load the file "/includes/templates/theme629/css/stylesheet_tm.css" into a text editor
    2) Go to lines#528 - 534 . which will read like

    .scroll {
    background: url(../images/scroll-bg.gif) repeat-x 0 0;
    height: 446px;
    position: relative;
    padding: 27px 0 6px;
    margin-bottom: 34px;
    }

    Add a new line anywhere between the {} that reads:
    display:none;

    EG:
    .scroll {
    background: url(../images/scroll-bg.gif) repeat-x 0 0;
    height: 446px;
    position: relative;
    padding: 27px 0 6px;
    margin-bottom: 34px;
    display: none;
    }


    Save the file.

    Cheers
    RodG

  3. #3
    Join Date
    Oct 2011
    Posts
    29
    Plugin Contributions
    0

    Default Re: Removing the white big area on top?

    Quote Originally Posted by RodG View Post
    There's several ways you can remove this. Possibly one of the easiest would be to

    1) load the file "/includes/templates/theme629/css/stylesheet_tm.css" into a text editor
    2) Go to lines#528 - 534 . which will read like

    .scroll {
    background: url(../images/scroll-bg.gif) repeat-x 0 0;
    height: 446px;
    position: relative;
    padding: 27px 0 6px;
    margin-bottom: 34px;
    }

    Add a new line anywhere between the {} that reads:
    display:none;

    EG:
    .scroll {
    background: url(../images/scroll-bg.gif) repeat-x 0 0;
    height: 446px;
    position: relative;
    padding: 27px 0 6px;
    margin-bottom: 34px;
    display: none;
    }


    Save the file.

    Cheers
    RodG
    Thanks for all your help, that did the trick!
    Is there any way I can get a small white line under the menu, so I can get the headings a bit further down?
    Like the white area that I just removed, but maybe just a centimeter high...
    No big issue, but I just wanted to ask :)

 

 

Similar Threads

  1. Centering a header image and removing the white border below it
    By marrzo in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 26 Jun 2009, 10:24 PM
  2. removing the registation area
    By jayson in forum Customization from the Admin
    Replies: 3
    Last Post: 16 Nov 2008, 12:16 AM
  3. taking white space on the top and bottom of header
    By mrcoolboy15 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Mar 2008, 06:30 AM
  4. Removing White Bar At top of Template
    By Gatortail80 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 27 Jan 2008, 07:43 AM
  5. How to get rid of white space at the top of main page
    By RollingSphere in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Jul 2007, 06:41 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