Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • tamirzzz Friend
    #168416

    Hi,

    How do I change move the logo futher to the right off menu (I am using the template in RTL mode)?

    Cheers,

    Tamirzzz

    khoand Friend
    #411997

    Hi,
    You replace this code from /templates/ja_cloris/core/themes/default-rtl/css/template.css in the line #110

    h1.logo, div.logo-text h1 {
    margin-left: 0;
    margin-right: 10px;
    }

    with

    h1.logo, div.logo-text h1 {
    margin-left: 0;
    margin-right: -20px;
    }

    sebbs Friend
    #414563

    This doesnt work.
    I made the logo wider, and now it overlaps the About us menu item. How do i move it to the left? Before the menu starts.

    khoand Friend
    #414576

    Hi,
    Could you give me a link to your page as you said?

    sebbs Friend
    #414577
    khoand Friend
    #414583

    Sorry … You go to Template manager,choose JA Cloris template, then change CSS Optomize fieds to NO, so I can check how and where to customize for you.

    khoand Friend
    #414594

    You find this code from /templates/ja_cloris/css/template.css

    h1.logo {
    height: 185px;
    position: absolute;
    top: 0;
    width: 154px;
    margin-left: -165px; < add this line
    }

    sebbs Friend
    #414642

    fixed.
    Perfect, thanks!

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

This topic contains 8 replies, has 3 voices, and was last updated by  sebbs 12 years, 7 months ago.

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