Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • tresoar Friend
    #758495

    Hello,

    How can I create more space between my logo and menu? I don’t want to make my logo smaller. When I change padding in the code below, I have more space but the logo on smaller screen goes weird.

    /* .ja-vertical-menu .t3-header .logo {
    height: auto;
    left: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 48px;
    padding-top: 20px;
    position: fixed;
    top: 40px;
    width: 292px;
    z-index: 2;
    }*/

    Pankaj Sharma Moderator
    #758709

    Hi
    can u revert the changes your site header does not look like the template header , its seems lot custom work done on header part .

    tresoar Friend
    #758711

    I did’t change much, but I changed it back.
    What do you mean ‘does not like the template header’? It look pretty the same to me.

    Pankaj Sharma Moderator
    #758712

    Hi here u can see the header of template in demo site : http://prntscr.com/97kbve
    Your site is completely different . By the way You can add below code in custom.css file in this way so it will not effect the small size devices


    @media (min-width:768px){

    .ja-vertical-menu .t3-header .logo {
    height: auto;
    left: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 48px;
    padding-top: 10px!important;
    position: fixed;
    top: 40px;
    width: 292px;
    z-index: 2; }}

    tresoar Friend
    #758713

    Thank you.

    I followed this thread https://www.joomlart.com/forums/show…highlight=menu because I wanted the menu on the left side too on screens with resulution 1080 x 1024 px. I posted my question earlier here http://id.joomlart.com/forums/topic/possible-to-change-to-default-the-left-vertical-menu/

    So I changed this @media (min-width: 1640px) to this @media (min-width: 768px) here templatesja_techzonecsstemplate.css.
    But maybe that isn’t right? Do I have to change this back? If I change it back the website doens’t look nice because my logo is vertical.

    Pankaj Sharma Moderator
    #758738

    Hi
    Did u tried the solution given by me in #4 post , it will solve your issue make gap .

    tresoar Friend
    #758844

    I tried #4 and my problem is solved now. Thanks!

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

This topic contains 7 replies, has 2 voices, and was last updated by  tresoar 8 years, 5 months ago.

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