• Resolved fatimaa

    (@fatimaa)


    Hi Kharis,

    i have decided to ask every problem in separate topic so it will be easy for you to answer.

    the second problem is :

    Mobile version logo is too small how to increase the logo size? Please see image here

    help really appreciated
    Regards

    Fatima

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Try this CSS code and do your own adjustments for alignment on particular viewport.

    @media only screen and (max-width: 575px) {
        
        .main-header .container > .row > .col-sm-4:nth-of-type(1) {
            width: 19%;
        }
        
        .main-header .container > .row > .col-sm-4:nth-of-type(2) {
            width: 45.66666666%;
        }
        
        .site-branding {
            position: relative;
            position: relative;
        }
    
        .site-branding > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 200px;
            margin-left: 0;
            margin-top: -20px;    
        }  
        
    }
    Thread Starter fatimaa

    (@fatimaa)

    Thanks for prompt response hats off to Sydney Team and Kharis problem 2 solved

    Regards

    Fatima

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mobile Logo Too Small’ is closed to new replies.