• Hi.

    Is there any css that I can use to make the site logo on frontpage bigger. It would be wery nice to have that feature.

    Also wonder if its possible to hide some of the feature info on mobile devices. If I add lawyers in the laywer section the frontpage will be very long to scroll on a cell.

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

Viewing 1 replies (of 1 total)
  • Hello @wpand ,

    Please use following custom CSS to increase logo size on Appearance => Customize => Additional CSS

    .custom-logo-link {
      max-width: 300px
    }
    .custom-logo-link img {
        max-height: 100%;
    }

    Best Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Logo size’ is closed to new replies.