Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 41
  1. #11
    Join Date
    May 2007
    Posts
    65
    Plugin Contributions
    0

    Default Re: Sidebox font sizes different

    no, its http://[URL="http://www.embroiderella.co.uk"]www.embroiderella.co.uk[/URL]

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

    Default Re: Sidebox font sizes different

    S,
    Now we are on the same page.

    What are your problems???

    Yes, this is the path to change the declarations in the .css

    includes/templates/your_template/css/stylesheet.css

  3. #13
    Join Date
    May 2007
    Posts
    65
    Plugin Contributions
    0

    Default Re: Sidebox font sizes different

    no problem as such, just need to tweek things.
    Firstly I want to being that gastly mauve to tone in with the lavender/lilac colours and also need to check the fonts are set correctly.

    also am i right in assuming you download to the hd, tweek and then upload ....or can you do it whilst connected to the ftp.

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

    Default Re: Sidebox font sizes different

    Quote Originally Posted by silverspring View Post
    no problem as such, just need to tweek things.
    Firstly I want to being that gastly mauve to tone in with the lavender/lilac colours
    You will need photoshop to create a new tile_back.gif file
    1. these are the header colors above each side box
    2. I believe this is what you want to change
    3. If so, 11 x 30 is the size
    4. Create the color and upload to:
    5. root directory/ images
    6. includes/ templates/ your_template/ images

  5. #15
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Sidebox font sizes different

    Quote Originally Posted by haredo View Post
    Thanks for cleaning up the Css folders with one stylesheet.css

    This will get you started:
    Thanks for the reply.

    I made the changes however the headings are different sizes still.

    Any further advice would be great.

    Thanks

    Brett

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

    Default Re: Sidebox font sizes different

    Quote Originally Posted by brettw View Post
    Thanks for the reply.

    I made the changes however the headings are different sizes still.

    Any further advice would be great.

    Thanks

    Brett
    B,

    this is what I see:
    1. .leftBoxHeading, rightBoxHeading {
      margin: 0em;
      background-color: #db251f;
      padding: 0.5em 0.2em;
      }
    2. you forgot the . Sorry It was me from the post above
    3. Change to:
    4. .leftBoxHeading, .rightBoxHeading {
      margin: 0em;
      background-color: #db251f;
      padding: 0.5em 0.2em;
      }
    You forgot to delete this from the sheet:
    1. .rightBoxHeading {
      margin: 0em;
      background-color: #676767;
      padding: 0.2em 0em;
      }
    2. Delete it all please

  7. #17
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Sidebox font sizes different

    Quote Originally Posted by haredo View Post
    B,

    this is what I see:
    1. .leftBoxHeading, rightBoxHeading {
      margin: 0em;
      background-color: #db251f;
      padding: 0.5em 0.2em;
      }
    2. you forgot the . Sorry It was me from the post above
    3. Change to:
    4. .leftBoxHeading, .rightBoxHeading {
      margin: 0em;
      background-color: #db251f;
      padding: 0.5em 0.2em;
      }
    You forgot to delete this from the sheet:
    1. .rightBoxHeading {
      margin: 0em;
      background-color: #676767;
      padding: 0.2em 0em;
      }
    2. Delete it all please
    Wow thanks for the quick reply.

    I have moved it to the test site http://zentest.eastcoasthobbies.com.au as I broke the live site while playing around..

    The changes have been made on the test site however still not joy with the same size headings on the side boxes and a side issue of the changes is that the headings are all red now instead of red on the left and grey on the right.

    Thoughts

    Thanks

    Brett

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

    Default Re: Sidebox font sizes different

    tell me one step at a time
    1. how do you want the heading boxes colored

  9. #19
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Sidebox font sizes different

    If it could be red on the left and grey on the right the same as the live site

    http://www.eastcoasthobbies.com.au

    Then if we could get the font sizes the same for the sidebox headings i.e it is different between say on the left between shopping cart and search.

    Cheers

    Brett

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

    Default Re: Sidebox font sizes different

    Quote Originally Posted by brettw View Post
    If it could be red on the left and grey on the right the same as the live site

    http://www.eastcoasthobbies.com.au

    Then if we could get the font sizes the same for the sidebox headings i.e it is different between say on the left between shopping cart and search.

    Cheers

    Brett
    One at a time please..

    Find this:
    .leftBoxHeading, .rightBoxHeading {
    margin: 0em;
    background-color: #db251f;
    padding: 0.5em 0.2em;
    }

    We will be replacing with the declarations below:

    Change to this:

    .leftBoxHeading {
    margin: 0em;
    background-color: #db251f;
    padding: 0.5em 0.2em;
    }

    .rightBoxHeading {
    margin: 0em;
    background-color: #676767;
    padding: 0.5em 0.2em;
    }

 

 
Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. Different font sizes in footer
    By moltres93 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Sep 2011, 03:25 AM
  2. font sizes different in IE and FireFox
    By dzuberbu in forum General Questions
    Replies: 3
    Last Post: 31 Aug 2009, 07:50 PM
  3. Different font sizes for different languages
    By Trac Nez in forum Addon Language Packs
    Replies: 1
    Last Post: 30 Apr 2008, 03:30 AM
  4. Sidebox text is different sizes
    By moonstars in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 13 Jan 2008, 12:19 AM
  5. font sizes different on each page....
    By khopek in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 22 Aug 2006, 09:45 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