Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • ankianka66 Developer
    #143375

    Hi!

    I´m currently working on the ja_sulfur-template. I think it´s great but have a question.

    I want to remove the logo and the area around it and instead “push” the slideshow up right under the main menu. I have made some changes in the template.css and it looks OK in Internet Explorer 7. Haven´t checked it in 8 yet. BUT I notice that Firefox seems to be reading the information differently. There the logo is gone, but the “area” is still there.

    Please, have a look at my enclosed picture and I´m sure you understand what I mean.

    Can you help me?

    Yours sincerely

    Ann-Cathrin


    1. ja_sulfur
    Arvind Chauhan Moderator
    #313814

    Hi ankianka66,

    Please provide link to your site, so that we can have a look and try to suggest some solutions….

    regards

    Arvind

    bennitos Friend
    #313821

    Yes providing a url would be needed, as we do not know what you already did change or might have missed.

    Looking at a pic doesent provide much information im afraid 🙂

    ankianka66 Developer
    #313832
    Arvind Chauhan Moderator
    #313855

    Hi ankianka66,

    Thanks for the link. Please try the following after taking due backup of your template.css file.

    Open your template.css file and near line 854

    Change this code :

    [PHP]h1.logo a {
    background: url() no-repeat;
    display: block;
    height: 73px;
    width: 195px;[/PHP]

    To :

    [PHP]h1.logo a {
    background: url() no-repeat;
    display: block;
    height: 0px;
    width: 195px;[/PHP]

    Now near line 846

    Change this code :

    [PHP]h1.logo, h1.logo-text {
    float: left;
    font-size: 300%;
    letter-spacing: 1px;
    margin: 0;
    padding: 25px 0 0;[/PHP]

    To :

    [PHP]h1.logo, h1.logo-text {
    float: left;
    font-size: 300%;
    letter-spacing: 1px;
    margin: 0;
    padding: 0px 0 0;[/PHP]

    This should help you get rid of the blank space. The so called blank space is reserved for the Site logo.

    Please let us know if this works.

    Regards

    Arvind

    ankianka66 Developer
    #313902

    Thank you very much! That helped me out!

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

This topic contains 6 replies, has 3 voices, and was last updated by  ankianka66 15 years, 3 months ago.

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