Tagged: , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #832740

    Hi
    Its hard to tell u about size issue without checking the site .
    Here is path of logo in template.css
    You can see logo file path and size is defined in this , change it as per needs

    h1.logo a {
        background: url('../templates/ja_rave/images/logo.png') no-repeat left !important;
        display: block;
        width: 124px;
        height: 42px;
        margin-left: 0px;
    }

    To change copyrights go this this doc.

    aleblava Friend
    #837105

    Thank you very much, Pankaj Sharma. I have changed .css file but now is shown this overlap. Where and how can I change in css file? You can see in attached file.

    I read instructions and could made some changes in footer, but sentence "Joomla! is Free Software released under the GNU General Public License" is immortal 🙂

    Thank you very much for your time.


    1. overlapse_01
    Pankaj Sharma Moderator
    #837651

    Hi
    kindly share your site url .

    aleblava Friend
    #838336

    I’m sorry, my web it is not in a public server, but local (not accesible).

    Pankaj Sharma Moderator
    #838574

    In this case u need to put site live to get support on this issue.

    aleblava Friend
    #904639
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #904643

    Hi
    Kindly post working site url here .

    aleblava Friend
    #904664
    Pankaj Sharma Moderator
    #904890

    Hi
    For logo its overlapping due the big height . You can create more space in logo with given suuggestion
    Go to template.css
    find this code

    h1.logo {
        width: 162px;
        height: 40px;
    }

    replace it with

    h1.logo {
        width: 162px;
        height: 164px;
    }

    For copyrights change follow this doc

    aleblava Friend
    #906534

    It works. Thank you for your time.

    Now I just have to adjust the space up the logo. Thank you.

    Pankaj Sharma Moderator
    #906585

    Hi
    To adjust the padding and margin open template.css file find and change the padding values (20px)

    #ja-header .main .main-inner1 {
        padding: 20px 0px 20px;
        margin: 0px 15px;
        border-bottom: solid 1px #ddd;
    }
Viewing 12 posts - 1 through 12 (of 12 total)

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

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