• Hello! I have my website here

    Please take a look at the pages and you can see that the SELF IMPROVEMENT one has gone to the second row even if there is plenty space between archives pages and the search function.

    How to make that pages line to go until the search option?

    p.s – how to change font,color and size of page names?

Viewing 4 replies - 1 through 4 (of 4 total)
  • There isn’t “plenty of room”. Your top nav bar is only 500px wide.
    style.css:

    #nav {
    float:left;
    list-style:none outside none;
    margin:0 0 0;
    padding-left:0;
    width:500px;
    }

    Try increasing the width to 700px or above.

    how to change font,color and size of page names?

    By editing your theme’s stylesheet(s). I’d recommend using Firefox with the Firebug add-on to identify which CSS needs amending.

    Thread Starter RinatisDinoro

    (@rinatisdinoro)

    Done that, please see now that the search bar has went lower…:( http://smartaboutthings.com

    style.css:

    #search {
    float:right;
    height:25px;
    padding:5px 0 0 85px;
    width:240px;
    }

    Change the width to 190px.

    #search .s {
    background:url("images/i_search.png") no-repeat 3px 5px #FFFFFF;
    border:1px solid #B6B6B6;
    color:#5F5E5E;
    float:left;
    font:12px Arial,Helvetica,sans-serif;
    height:16px;
    margin-right:5px;
    padding:2px 2px 2px 18px;
    width:187px;
    }

    Change the width to 137px.

    Thread Starter RinatisDinoro

    (@rinatisdinoro)

    Great!!! Thank you!!!

    Can I kindly ask if you can also look into my subscription issue? as you can see, the subscription button isn’t working and I don’t get it why. I did activate email susbscriptions in publicize tab on feedburner. Here is the code for the form

    http://pastebin.com/CWTvfg4c

    Thank you again!

    p.s – i hope you won’t mind if i will email you directly if i shall have further questions 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pages Issue’ is closed to new replies.