Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Robert Bollen Friend
    #142960

    Hi all,

    I was wondering on how to move the top menu (main menu) to the right and keep the logo on the left side.

    Has somebody got a clue??

    scotty Friend
    #312012

    In your index.php grab the <H1> tag and everything in it and place it after the <– End Navigation –> div.

    Robert Bollen Friend
    #312065

    <em>@scotty 137925 wrote:</em><blockquote>In your index.php grab the <H1> tag and everything in it and place it after the <– End Navigation –> div.</blockquote>

    mmm, that did not do the trick. Can you show me what you did?? and what the result was??

    mihirc Friend
    #312070

    Hello,

    Can you please post a live link? So that I can take a look now, and tell you exactly where to do the changes!

    Regards,
    Mihir Chhatre.

    Robert Bollen Friend
    #312075

    <em>@mihirc 137982 wrote:</em><blockquote>Hello,

    Can you please post a live link? So that I can take a look now, and tell you exactly where to do the changes!

    Regards,
    Mihir Chhatre.</blockquote>

    ** url deleted **

    I want to move the main menu to the right side and place a logo in the left top corner.

    But, shouldn’t I change the css

    /* NAVIGATION
    --------------------------------------------------------- */
    #ja-mainnavwrap {
    width: 465px;
    height: 45px;
    float: left;
    }

    .wide #ja-mainnavwrap {
    width: 645px;
    }

    #ja-mainnav {
    width: 435px;
    float: left;
    }

    .wide #ja-mainnav {
    width: 615px;
    }

    #ja-mainnav a {
    color: #4F4F4F;
    outline: none;
    font-weight: bold;
    font-size: 100%;
    text-transform: uppercase;
    padding: 0 18px 3px 20px;
    border-left: 2px solid #E6E6E6;
    display: block;
    }

    mihirc Friend
    #312078

    Hello,

    This is what you need to do.

    Firstly go to templates/ja_rochea/css/template.css
    Find Line No. 1152 with the css code as follows:
    #ja-mainnavwrap {
    height:45px;
    width:465px;
    }

    Change it to

    #ja-mainnavwrap {
    float:right;
    height:45px;
    text-align:right;
    width:465px;
    }

    Secondly go to templates/ja_rochea/ja_menus/ja_cssmenu/ja.cssmenu.css
    Find Line no. 12 with the css code:
    #ja-cssmenu {
    margin:0;
    padding:14px 0 0;
    }

    Change it to

    #ja-cssmenu {
    float:right;
    margin:0;
    padding:14px 0 0;
    text-align:right;
    }

    Hope this helps,
    Mihir Chhatre.

    Robert Bollen Friend
    #312104

    <em>@mihirc 137993 wrote:</em><blockquote>]

    Hope this helps,
    Mihir Chhatre.</blockquote>

    That helped, Thanx

    mihirc Friend
    #312105

    Hello,

    Please marked the best reply, so that the next person who has a similar problem can easily find it.

    Regards,
    Mihir Chhatre.

    Robert Bollen Friend
    #312107

    Have you got any idea why the menu in the left collumn does not expand.

    Left Menu item ‘Entreematten’ has 4 sub menu’s. Non of them are shown when you click on ‘entreematten’. I can only show it if i set ‘Expand Menu’ to Yes

    got any idea??

    mihirc Friend
    #312110

    Hello,

    Since this is a different issue, i suggest you post a new link. I will reply to that.

    Its always better to keep 2 problem separate.

    Regards,
    Mihir Chhatre.

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  mihirc 14 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum