test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • emhc Friend
    #159502

    How can I remove the jaPyro logo…and then move the entire website towards the top of the page…?

    (Side note: When I typed the thread title, “Similar Threads” came up. Is the a JA extension or a VB module…? If JA, could you tell me which it is? If VB Module, can you tell me the name as I have a legit VB license).

    Thanks!

    aman204 Friend
    #374398

    Change this::

    h1.logo {template.css (line 1107)
    height: 92px;
    margin: 0 auto;
    width: 135px;
    }

    to

    h1.logo {template.css (line 1107)
    display: none;
    height: 92px;
    margin: 0 auto;
    width: 135px;
    }

    and then, change padding value here to 0::

    #ja-header .main {template.css (line 1100)
    padding: 35px 10px 0;
    }

    emhc Friend
    #374408

    <em>@aman204 218410 wrote:</em><blockquote>Change this::

    h1.logo {template.css (line 1107)
    height: 92px;
    margin: 0 auto;
    width: 135px;
    }

    to

    h1.logo {template.css (line 1107)
    display: none;
    height: 92px;
    margin: 0 auto;
    width: 135px;
    }

    and then, change padding value here to 0::

    #ja-header .main {template.css (line 1100)
    padding: 35px 10px 0;
    }
    </blockquote>

    Perfect! Thanks 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  emhc 13 years, 10 months ago.

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