• Good morning,

    I’m a worker at a current Activity website and they paid 1 guy to do the website but it was in a pretty BAD way. I’m currently editing it to a certain point to fix the errors he had.

    The issue stays in an “About us” page, the site was adapted to 3 people, which will provide the X Background image and their information, adding a 4th person will just show an empty background.

    https://www.lokolokomadeira.com/about-us/

    Also in the about us page we have “Speaks:” then the languages with the flags, I already added the NL language and the NL flag in the Image folders of the hoster but I can’t find the place where I can say that this X picture is for the NL language. I search for the other languages that were already there and I can’t find anything that’s diferent. Any ideas?.

Viewing 1 replies (of 1 total)
  • galio

    From what I can see, the image is coming from CSS, you can edit it to get the background displayed(not a good way of doing it though).

    @media only screen {
        #lokoloko-team .team-member:nth-child(2) {
            background: url("../images/layout/client/background-sergio.jpg") no-repeat center top !important
        }
    }

    Instead I’d recommend, you should change the HTML structure of the theme to incorporate the image as well.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Language Picture and White Space issue’ is closed to new replies.