mobile version | Locksmith

Home Forums All Other Themes mobile version | Locksmith

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #95036
    Gabriel PatrizziGabriel Patrizzi
    Participant
    • Topics: 32
    • Replies: 64
    • Total: 96
    Member since: January 23, 2016

    Hello Chris.

    I have this new website: https://www.gitplus.cl

    I have some details with the mobile version but when I place the screen horizontally:

    1) The header Gray, where the logo is placed gray and I want it to be black.
    https://imgur.com/a/wwl47

    2) In the same version (on mobile -horizontal) I want to increase the size of the slider titles, unless it is double.
    https://imgur.com/a/9JGPp

    Thanks for help. Greating

    #95046
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    body .header_wrap .header, body.home.has_trans_header .header { position: absolute !important;}
    }

    Regards,
    Chris

    #95071
    Gabriel PatrizziGabriel Patrizzi
    Participant
    • Topics: 32
    • Replies: 64
    • Total: 96
    Member since: January 23, 2016

    Hello Chris, that did not solve what I requested.

    1) The header Gray, where the logo is placed gray and I want it to be black.

    2) In the same version (on mobile -horizontal) I want to increase the size of the slider titles, unless it is double.

    Can you help me with this?

    Thank you

    #95072
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (min-width:480px) and (max-width:767px) {
    body.home.has_trans_header .header { position: absolute !important;}
    .title { font-size:18px !important}
    }

    Regards,
    Chris

    #95075
    Gabriel PatrizziGabriel Patrizzi
    Participant
    • Topics: 32
    • Replies: 64
    • Total: 96
    Member since: January 23, 2016

    Nothing. It does not solve it to me: It follows the same.

    Can you help me with this?

    Thank you

    #95120
    Gabriel PatrizziGabriel Patrizzi
    Participant
    • Topics: 32
    • Replies: 64
    • Total: 96
    Member since: January 23, 2016

    Ready. I was doing something wrong that I solved.

    Thank you

    #95140
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Cool

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.