How can i move the red marked right to left the present pic want something like this 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
Edit the file "http://www.redchillies.org/wp-content/themes/Red_wave/style.css" Replace: ==================== #menu_items{ float:right; } ==================== With: ==================== #menu_items{ float:left; } ====================
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
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
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.
==================== #menu_items{ float:left; font-weight: bold; font-face: Vernada; } Try that ====================
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
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
See i want the red rectangle text to be in default style Verdana ( its the post text ) else rest all are fine