[Help] Moving Objects Right to Left

Discussion in 'HTML & Website Design' started by Algore, Nov 10, 2008.

  1. #1
    How can i move the red marked right to left

    the present pic

    [​IMG]

    want something like this

    [​IMG]

    The prob is when i try to make more pages the later ones are chopped off and not seen

    My site http://www.redchillies.org

    U can see in the header

    Please help me ... tried many times its not helping

    Thx in advance
     
    Algore, Nov 10, 2008 IP
  2. iwtmmo

    iwtmmo Active Member

    Messages:
    832
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Edit the file "http://www.redchillies.org/wp-content/themes/Red_wave/style.css"

    Replace:
    ====================
    #menu_items{
    float:right;
    }
    ====================

    With:
    ====================
    #menu_items{
    float:left;
    }
    ====================
     
    iwtmmo, Nov 10, 2008 IP
  3. Algore

    Algore Peon

    Messages:
    963
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thx works great

    Two more question

    1. How can i make the words bold ( The header )

    2. How can i make the default font type to Vernada ie when ever i post something it shows the default post in Vernada font type

    Help please
     
    Algore, Nov 10, 2008 IP
  4. Algore

    Algore Peon

    Messages:
    963
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I really need help so i have re-posted some part of the reply i did before

    Two more question

    1. How can i make the words bold ( The header )

    2. How can i make the default font type to Vernada ie when ever i post something it shows the default post in Vernada font type

    I am facing one more prob

    When i try to post pages say 5 it shows only first 3 of them instead of all why so how to fix it
     
    Algore, Nov 10, 2008 IP
  5. garrettheel

    garrettheel Peon

    Messages:
    341
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #5
    1. Find the part in your css with "#menu items {" and, in the properties, add "font-weight:bold;".

    2. Verdana is already set as the default font, did you figure out how to do it? If not, take a look at the "body" element and see that Verdana is already defined as the first font preference. However bear in mind that this can be overwritten by specific elements later on (like headings)

    3. Can you please explain this better? I'm not understanding exactly what you mean.
     
    garrettheel, Nov 10, 2008 IP
  6. ElseAndrew

    ElseAndrew Peon

    Messages:
    77
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    ====================
    #menu_items{
    float:left;
    font-weight: bold;
    font-face: Vernada;
    }

    Try that
    ====================
     
    ElseAndrew, Nov 10, 2008 IP
  7. Algore

    Algore Peon

    Messages:
    963
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Yes whenever i post anything i do it in verdana but still i never see any of the text in font verdana ( this time m talking about the text of a post)

    See say i have posted 5 pages ( not posts ) only the latest 3 are seen and the rest 2 are not why so

    I want all the 5 pages to be seen in the header not only 3 out of 5
     
    Algore, Nov 11, 2008 IP
  8. Algore

    Algore Peon

    Messages:
    963
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Please help only few more probs left

    I need serious help
     
    Algore, Nov 12, 2008 IP
  9. garrettheel

    garrettheel Peon

    Messages:
    341
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Have you published the pages?
     
    garrettheel, Nov 12, 2008 IP
  10. PhantomLegend

    PhantomLegend Guest

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    If you want to make the menu font Verdana, try:

    #menu_items{
    float:left;
    font-weight: bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    }
    Code (markup):
    I took a look at your style css and it looks like Verdana is mispelled, so that may be the problem. A fix and it should work :)
     
    PhantomLegend, Nov 12, 2008 IP
  11. Algore

    Algore Peon

    Messages:
    963
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #11
    [​IMG]

    See i want the red rectangle text to be in default style Verdana ( its the post text ) else rest all are fine
     
    Algore, Nov 13, 2008 IP
  12. Algore

    Algore Peon

    Messages:
    963
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Can someone help me please
     
    Algore, Nov 15, 2008 IP