• Hello guys I am new to wordpress. Need some help to set p my site according to my taste. I have a blog running at https://vishurey.co.cc that will be sent to https://www.vishurey.com as I have bought this domain and its parked right now.

    If you see my blog you will find that I have tried to make a menu on the top of my blog to build a site within my blog. Now have a look at this site https://www.souloist.info/dzyn/ running on same theme I used “satorii”. I need to place menu at right hand side top on my blog like this site shows however have no idea how to do that as I am not a pro in web-designing. I have a little knowledge of HTML but no clue about PHP. Please help me sort this out.

    Also I need to place a login button on the top of my site as right now this theme shows it on the fotter. Actuly all my options are in the fotter and I don’t know how to place them on the page. Please help me guys.

    Waiting for your responce eagerly. Have a nice day all and thanks a lot for your time.

Viewing 3 replies - 1 through 3 (of 3 total)
  • It is recommended that you consider creating a child theme for your customisations. That said try the following.

    In your CSS file change the following

    #menu ul{
    overflow:hidden;
    text-align:center;
    }

    to

    #menu ul {
    overflow: hidden;
    margin-top: -80px;
    text-align: right;
    }

    Then change the following

    #menu li a{
    color:#868F83;
    text-decoration:none;
    font-size:138.5%;
    }

    to

    #menu li a {
    color: #868F83;
    font-size: 77.5%;
    text-decoration: none;
    text-transform: uppercase;
    }

    Now the menu on your site will look similar to the other site.

    To customize your menu read this.

    Hello,

    I am having a similar problem. I am using a child theme of the default ‘twenty ten’. I update the css style sheet to edit the colours and when I update it, the appearance is the same.

    Here are the edits that were done:

    #access {
    background: #335577;
    display: block;
    float: left;
    margin: 0 auto;
    width: 940px;
    }
    #access a {
    color: #eeeecc;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
    }

    When I update the file and check out the site, the appearance is different (and the menu is in list form).

    My site can be viewed at: casaverdesur.net

    Thanks.

    Thread Starter vishurey

    (@vishurey)

    Thanx a lot “obharath”. your steps were to the point and your CSS changes made me achive what I was looking for. I can’t thanx enough for this mate.

    I was wondering if you can help me bring login option on the top of the page? Its in the footer right now.

    Have a nice day mate. Hope you see this soon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help me customize menu on my site’ is closed to new replies.