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

    Hi
    Add below codes in custom.css file and change the value as per needs .

    For logo

    .logo-image a {
        height: 41px;
        width: 151px;
    }

    For menu item colors

    .ja-mainnav .navbar .nav > li > a {
        color: #eee;
    }

    For social items height

    .social-wrap .btn-small {
        height: 114px;
    }

    Hope it helps .

    felix79 Friend
    #947569

    OK – the menu item color changed.
    But unfortunately the logo size is still not correct and also the height of the social module…

    Pankaj Sharma Moderator
    #947572

    Hi
    please try this

    .logo-image a {
        height: 41px!important;
        width: 151px!important;
    }
    .social-wrap .btn-small {
        height: 114px!important;
    }

    You need to adjust the value given in the code to make it set as per your needs , its just a sample value if found looks good on your site .

    felix79 Friend
    #947581

    no change, unfortunately

    Pankaj Sharma Moderator
    #947589

    I i found syntax error in the code

    .logo-image a {
        height: 70!important;
        width: 200!important;
    }
    

    Add the px with values as suggested . And this will work >> http://prntscr.com/bpu88o
    You need to increase the value for big size .

    felix79 Friend
    #947601

    Perfect!
    Now only the social module is to be changed .
    I would like to set the distance to the next module so, that there is no gap any more.

    Pankaj Sharma Moderator
    #947604

    Hi
    use this code and increase the height value

    .social-wrap .btn-small {
        height: 114px!important;
    }
    felix79 Friend
    #947628

    I use this code, but the gap is still there.
    I guess it it is related to the padding – could the be?


    1. gap
    Pankaj Sharma Moderator
    #947635

    Hi
    Please check my post Here carefully and apply the changes .
    Screenshot : http://prntscr.com/bpv3lf
    Hope it make sense .

    felix79 Friend
    #947647

    Ok – this was a misunderstanding
    I increased the value now an it looks better.
    Originally I wanted to reduce value, so that the tiling appears like a square.
    See screenshot


    1. gap2
    Pankaj Sharma Moderator
    #947664

    Hi
    Remove the older code for height only and use the code below

     #Mod112 
    {   min-height: 120px!important;
    }
    felix79 Friend
    #947673

    Thanks!

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

This topic contains 12 replies, has 2 voices, and was last updated by  felix79 8 years, 4 months ago.

The topic ‘several Issues with home-page’ is closed to new replies.