Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #725675

    Hello support-team,

    I spend a lot of time to create a background image which is showing properly on all devices. Therefor I used Quick CSS like this:

    .main_color {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; }

    .page-id-12 .main_color {
    background-image: url(“http://test.extendum.nl/wp-content/uploads/header_uil_1920x1050.jpg”); }

    @media only screen and (max-width: 767px) {
    .main_color {
    background-attachment: fixed;
    background-position: 35% 0;
    background-repeat: no-repeat;
    background-size: 100%; }

    .page-id-12 .main_color {
    background-image: url(“http://test.extendum.nl/wp-content/uploads/header_uil_mobile.jpg”); }}

    But the background image is not working properly on a tablet. The image is too big on a tablet and it looks like it’s not responsive on the right way. I made a sample to show exactly what I mean by that. Please check: test.extendum.nl/wp-content/uploads/Sample.jpg

    I hope the support-team can help me by this.

    Greeting from Marcel

    #726283

    Please support team. Don’t let me search again for a long time to an alternative solution which I do not prefer. My clients are waiting and complaining. This is a bug in Enfold because in my last post, I was asking for help for the conflict between Enfolds “content-section” and IE11. You couldn’t help me. Then I tried to create another solution. But this is also not working well. See this post.

    Greetings from Marcel

    #726675

    Allright. Thanks for nothing. I am really disappointed. Close the topic if you want. You will hear not again from me…

    #726679

    Hey Marcel!

    Sorry for the late reply!

    We have been very busy due to the most recent updates to WP and Enfold.

    I tried to login to your site but login credentials are not working for me. Can you please check them once again?

    Best regards,
    Yigit

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