• Hello! Can you provide me with three separate CSS codes with which I can reduce the size of the title image of my site for desktop, tablet and smartphone, respectively. Please take a look at the screenshots to find out which image I’m talking about: https://ibb.co/rwxcY9x

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

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

    You could try using the CSS in additional CSS of Theme customizer

    @media screen and (max-width: 768px){
    .masthead-banner .site-branding {
    text-align: center;
    max-width: 250px;
    margin: auto;
    }
    }

    Thank you

    Thread Starter Aleksandar

    (@aivanov12)

    This code does not change anything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resize the title image of a site’ is closed to new replies.