Results 1 to 8 of 8

Thread: I need help to modify something in css

  1. #1
    Thread Starter
    anunturitop_ro's Avatar
    Join Date
    May 2009
    Location
    Romania
    Posts
    69
    Thanks
    0
    Thanked 1 Time in 1 Post

    I need help to modify something in css

    Hello,
    What i need to modify in .css (see example below). I wait answer .. Many thanks ...

  2. #2
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: I need help to modify something in css

    What version classipress?
    Also, are you using Firefox? Install this plugin and you'll be able to use it to find the exact tag.

  3. #3
    Thread Starter
    anunturitop_ro's Avatar
    Join Date
    May 2009
    Location
    Romania
    Posts
    69
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: I need help to modify something in css

    No i think that you don't understand .. I need that bar to be short like in the picture ... I am using clasipress 2.8

  4. #4
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: I need help to modify something in css

    Not sure what you mean and in any case you should upgrade to v2.9.
    Use the link that was emailed to you when you purchased your current version.

  5. #5
    Thread Starter
    anunturitop_ro's Avatar
    Join Date
    May 2009
    Location
    Romania
    Posts
    69
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: I need help to modify something in css

    But i have problem .. I delited the email that i received first time from dwcowgill ... Now how can i get upgrade ???!!!!

  6. #6
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: I need help to modify something in css

    Email David from the account you used when you purchased CP and he can check the records.

  7. #7
    Junior Member
    Not a Verified Customer
    Konvict's Avatar
    Join Date
    Jun 2009
    Location
    Sydney, Australia
    Posts
    39
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: I need help to modify something in css

    I can't remember fully because I just upgraded to 2.9 but from what I remember it is this.

    For the old version 2.8 and before go to style.csc

    Replace this...
    Code:
    .topbar { border-top: solid 1px #3BAAC8; border-bottom: solid 1px #3BAAC8; background: url(images/topbarbg.jpg) repeat-x center top; margin: 20px 0 0 0; padding: 10px 0 10px 0; }
    With this...
    Code:
    .topbar { border-top: solid 1px #3BAAC8; border-bottom: solid 1px #3BAAC8; background: url(images/topbarbg.jpg) repeat-x center top; margin: 20px auto 0 auto; padding: 10px 0 10px 0; width: 900px; }
    NOTE: Change the width to the dimensions of your site...

    I think that will do it for your site, but that was just looking at the old code from my previous site. If not you will have to fiddle around with it.

    Tell me how that goes, and sorry if its wrong, I'm working on the fly... :P

  8. #8
    Thread Starter
    anunturitop_ro's Avatar
    Join Date
    May 2009
    Location
    Romania
    Posts
    69
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: I need help to modify something in css

    Thanks it works but i need to modify in folder styles/default.css because default.css teme i use.. Not in style.css ...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Learning how to modify themes, php, css etc
    By egghead in forum WordPress General Discussion
    Replies: 4
    Last Post: September 16th, 2010, 07:31 AM
  2. Post ads (need help with modify header information)
    By Skelbimai in forum ClassiPress General Discussion
    Replies: 1
    Last Post: September 18th, 2009, 04:28 AM