• Resolved FloorMartens

    (@floormartens)


    Hello,

    I would like to add % in the about feature, but it seems impossible. Can you help me fix this?

    Another question I have is how can I fix the problem that my main photo in the beginning also shows correctly on my mobile phone? Now I only see a grey area (www.floorish.com)

    Thanks!

Viewing 1 replies (of 1 total)
  • @floormartens

    in a custom css file or child theme, try:

    @media (min-width: 768px)
    .container {
    width: 96%;
    }

    For the second part of your question, try this:

    body.custom-background {
    background-size: contain;
    }

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘% in About Us feature and picture mobile/laptop’ is closed to new replies.