Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2007
    Location
    DFW, TX
    Posts
    21
    Plugin Contributions
    0

    Default Admin Control Panel or CSS?

    I have two questions, both of which I am trying to figure out if I can do in the admin or CSS exclusively.

    #1 --- I am trying to figure out how to alter the .centerBoxContentsNew (or is it .centerContent back?) because it is currently 242px in width, and I would like to get it down to 130px, the size of the thumbnails on my main page.

    My objective here is to get 4 pictures per row.


    #2 --- I would like to put up a .jpg banner on the main page only. What's the easiest way to do this?

    Here is the project I'm working on if you need to look at it to understand what I'm talking about: http://kpdclothing.com

    Also, thanks KIM for mentioning the firefox tool in one of your other posts...that tool is AMAZINGLY useful. Thanks for all of the help so far, this forum really helps.

  2. #2
    Join Date
    Oct 2007
    Location
    DFW, TX
    Posts
    21
    Plugin Contributions
    0

    Default Re: Admin Control Panel or CSS?

    I'm looking at the HTML source code, and I see now that what I was looking at for the first question is that the width of the .centerboxcontentnew is set at 33%...but I still haven't a clue where to change this in any of the PHP files. Thanks in advance for any help!

  3. #3
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Admin Control Panel or CSS?

    Quote Originally Posted by jaggers View Post
    I have two questions, both of which I am trying to figure out if I can do in the admin or CSS exclusively.

    #1 --- I am trying to figure out how to alter the .centerBoxContentsNew (or is it .centerContent back?) because it is currently 242px in width, and I would like to get it down to 130px, the size of the thumbnails on my main page.

    My objective here is to get 4 pictures per row.
    Set your width to be '130px' rather than '33%'. Or even '25%'- that will get 4 pictures per row and space them out properly.

    Anyway- glad to see you found Firebug.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  4. #4
    Join Date
    Oct 2007
    Location
    DFW, TX
    Posts
    21
    Plugin Contributions
    0

    Default Re: Admin Control Panel or CSS?

    I'm still not having any luck with this.

    How do I access the HTML code in order to change the width?

  5. #5
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: Admin Control Panel or CSS?

    You can't change those widths in the markup or admin or anywhere else I suppose?

    I haven't see the page so I'm not sure, but try this:

    .centerBoxContentsNew {
    width:130px !important;
    }
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Admin Control Panel or CSS?

    Quote Originally Posted by jaggers View Post
    My objective here is to get 4 pictures per row.
    Admin->Configuration->Product Listing->New Products Columns per Row ... set it to 4 instead of 3.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Oct 2007
    Location
    DFW, TX
    Posts
    21
    Plugin Contributions
    0

    Default Re: Admin Control Panel or CSS?

    Admin>Configuration>Index Listing>New Product Columns Per Row

 

 

Similar Threads

  1. Admin Control Panel is missing!
    By gizmo_girl in forum Basic Configuration
    Replies: 2
    Last Post: 22 Jan 2010, 11:02 PM
  2. Can't login in admin control panel!
    By missPixelFetish in forum General Questions
    Replies: 1
    Last Post: 14 Nov 2007, 12:46 AM
  3. Error opening Admin Control Panel
    By lucky__starre in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 2 May 2007, 04:37 PM
  4. Can't access admin control panel
    By simplequirk in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 30 Jan 2007, 03:08 AM

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