Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • linkgital Friend
    #188784

    i add a logo 300×231 but i dont see wotking right here is the link

    http://linkgital.com/mtb

    pavit Moderator
    #498385

    Hi

    I can see your logo in your page


    1. Trazabosques-MTB-Adventure
    pavit Moderator
    #498386

    Hi

    I can see your logo in your page

    linkgital Friend
    #498417

    yeah but what you see is not even half of the logo i tried to go to template css and nothing

    synapsis Friend
    #520280

    You need to adjust the size of the link anchor, so the background isn’t cut off. Find the height and width of your logo image, and then adjust the following lines in your CSS by adding the following to your custom.css with corrected height and width.


    .logo-image a {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    width: 300px;
    height: 231px;
    }

    You *may* also need to change your header height to accomodate a larger logo. You do that by adding the following to your custom.css and adjusting the height style:


    .ja-header .container {
    background: #000000 !important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    overflow: visible;
    height: 240px;
    }

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

This topic contains 5 replies, has 3 voices, and was last updated by  synapsis 10 years, 10 months ago.

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