Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • ekaup Friend
    #190294

    Hello, I have a couple of problems:

    1. The main menu is far to the left, not centered
    2. I have set the logo size as follows in the “Edit css/template.css”

    h1.logo {
    height: 82px !important;
    width: 254px !important;
    }

    But still appear as shown on the screenshot:

    http://www.joomlart.com/forums/attachment.php?attachmentid=29825&d=1378241833

    Thank you
    Halldor

    TomC Moderator
    #504584

    So that we can better try to assist you, please set your site to “Development Mode” within your Template Manager–General settings

    ekaup Friend
    #504585

    Thank you Tom for responding. I have done that now. Please go ahead.
    Halldor

    TomC Moderator
    #504589

    To reposition the main navigation . . . .

    Within file path –> /templates/ja_zite/css/template.css

    at line 827, you will see the following:


    #ja-mainnav #ja-megamenu {
    float: left;
    position: relative;
    right: 50%;
    }

    Delete the “position” property altogether, so that you’re left with the following:


    #ja-mainnav #ja-megamenu {
    float: left;
    right: 50%;
    }

    Actually, depending on how/where you want to position your main nav, you don’t really need any of the properties within that CSS rule.

    TomC Moderator
    #504590

    For your logo, try the following . . . .

    Within file path –> /templates/ja_zite/css/template.css

    at line 786, you will see the following:


    h1.logo a {
    background: url("../images/logo.png") no-repeat scroll left top transparent;
    display: block;
    height: 80px;
    width: 92px;
    }

    Modify the height and width properties to better fit the dimensions of your logo image, as follows:


    h1.logo a {
    background: url("../images/logo.png") no-repeat scroll left top transparent;
    display: block;
    height: 82px;
    width: 254px;
    }

    Hope That Helps

    ekaup Friend
    #504597

    Thank you so much Tom! This did the trick. 🙂
    Halldor

    ekaup Friend
    #504598

    Thank you so much Tom! This did the trick. 🙂
    Halldor

    ekaup Friend
    #504603

    Thanks again Tom. Sorry if I am abusing your kindness.
    This here might be a silly question, not at all related to what you helped me with previously:

    I need to have a word processor (a small window frame) where clients can write something and save it in their account at my site. To view it later. Is that possible?
    Halldor

    TomC Moderator
    #504605

    Sounds like you need a content authoring component of some kind.

    Perhaps you might find the kind of thing you’re looking for within the JOOMLA EXTENSION DIRECTORY[/url]

    ekaup Friend
    #504609

    Thanks Tom. Appreciate your help. I will look there. 🙂

    TomC Moderator
    #504612

    Always glad to be of assistance …. All the best with your continuing site development !!!

    😎

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

This topic contains 11 replies, has 2 voices, and was last updated by  TomC 11 years ago.

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