Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • dygito Friend
    #693525

    Hello
    Can anyone help me change a size of my logo in mobile view? I want to make bigger logo. Do you know which css file can I edit?

    Best regards
    Rafal N.

    melvine Friend
    #693732

    Hi Dygito,

    I think it’s the file template.css

    templatesja_teline_vcsstemplate.css line 23

    .t3-logo-small {
    width: 60px;
    height: 30px;
    }

    But you better make the change in custom.css file .

    But Wait the advice of the team;)

    Best Regards
    Melvine

    melvine Friend
    #750086

    Hi Dygito,

    I think it’s the file template.css

    templatesja_teline_vcsstemplate.css line 23

    .t3-logo-small {
    width: 60px;
    height: 30px;
    }

    But you better make the change in custom.css file .

    But Wait the advice of the team;)

    Best Regards
    Melvine

    Saguaros Moderator
    #693772

    Hi guys,

    In template manager section, it has options so that you can add logo for desktop or mobile view: http://prntscr.com/8m1v4g

    You can create your own logo for mobile and add in the field: Small logo image

    Saguaros Moderator
    #750126

    Hi guys,

    In template manager section, it has options so that you can add logo for desktop or mobile view: http://prntscr.com/8m1v4g

    You can create your own logo for mobile and add in the field: Small logo image

    dygito Friend
    #695466

    If you open my homepage in Galaxy Note 4 it is looking like that:
    http://prntscr.com/8o3n2g
    I want to make bigger logo – which will occupy a space in the header.

    Does anyone know how to make it?

    dygito Friend
    #750662

    If you open my homepage in Galaxy Note 4 it is looking like that:
    http://prntscr.com/8o3n2g
    I want to make bigger logo – which will occupy a space in the header.

    Does anyone know how to make it?

    Saguaros Moderator
    #695486

    Hi dygito,

    You can try with media queries to add style for specific screen resolution.

    For example:

    @media (max-width: 768px)
    .logo-image {
    width: 192px;
    }

    you can change min-width or max-width to the screen size you wish.

    Saguaros Moderator
    #750682

    Hi dygito,

    You can try with media queries to add style for specific screen resolution.

    For example:

    @media (max-width: 768px)
    .logo-image {
    width: 192px;
    }

    you can change min-width or max-width to the screen size you wish.

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

This topic contains 9 replies, has 3 voices, and was last updated by  Saguaros 9 years, 1 month ago.

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