Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2009
    Location
    Saint-Petersburg, Russia
    Posts
    21
    Plugin Contributions
    0

    Default Removing empty space

    How to remove or reduce this empty space - picture arrached?
    Attached Images Attached Images  

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

    Default Re: Removing empty space

    Quote Originally Posted by dabone View Post
    How to remove or reduce this empty space - picture arrached?
    Da,
    Locate this:
    includes/templates/classic/css/stylesheet.css
    Find this:
    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
    margin: 0em;
    padding: 0em;
    }

    Change to this:

    #headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
    margin: 0em;
    padding: 0em;
    }

    #contentMainWrapper {
    margin-top: -2em;
    }

  3. #3
    Join Date
    Jan 2009
    Location
    Saint-Petersburg, Russia
    Posts
    21
    Plugin Contributions
    0

    Default Re: Removing empty space

    Great! Thanks heaps!

 

 

Similar Threads

  1. Help removing some empty space?
    By Muzz in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 1 Dec 2011, 11:01 AM
  2. Removing the empty space in product listing view
    By Outlawlb in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Feb 2007, 09:10 AM
  3. empty space above header
    By kunaguna in forum Basic Configuration
    Replies: 0
    Last Post: 7 Jun 2006, 01:54 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