Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1037024

    Hi enfold support team,

    google don`t see the title (h1) of a site, wenn it on a color section. Could you please take a look?

    #1037211

    Hey vnfan,
    Please take another look at your Google cache link, because the text over the image is there, it’s hard to see because it has a dark gray color, but I highlighted it for you and saved a screenshot in the Private Content area.
    You can also test your page as Google by using this tool

    Best regards,
    Mike

    #1037364

    Hi Mike,
    thanks a lot for your answer. However I think google has problem with the content in the color section, when I add an image or chose a color as back ground. In the “nur-Text-Tervion” google has showed the background-image and the background-color in the color section as well. So it can not seperate the image and the text.
    I would like to try av_image but how can the image to full-width?

    #1037369

    Hi Mike,
    I have created a site. How to make the image full-size with css?

    #1037432

    Hi,
    The container that the image is in is not full width, and it is in is also the container of the page, so making it full with also makes your page full width.
    Your best option is to remove the image you now have, and try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .main_color.container_wrap_first.container_wrap.fullsize{
      background: url(https://www.vietnam.destinatour.de/wp-content/uploads/vietnam-reisen-halong-bucht.jpg) center center no-repeat;
      background-size: contain;
    }
    

    Otherwise this might be another option:

    #main .container:first-child {
        max-width: 2200px !important; 
        padding: 0px !important; 
    }
    #footer .first {
        margin-left: 150px !important; 
        max-width: 20% !important; 
    }
    #footer .av_one_third {
        max-width: 20% !important; 
    }

    Best regards,
    Mike

    #1037635

    Hi Mike,
    could you please take a look:
    .page-id-20796 #av_section_1 .container:first-child {
    max-width: 100% !important;
    padding:0px !important;
    }
    How can I make the image responsive and the image muss stretch so that i always content the text.

    #1037641

    Hi Mike,
    I decided to buy a slider.

    #1037748

    Hi Mike,
    I have added a slider to the page. How can I set no padding-top and bottom only for the first container?

    #1037911

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .template-page.content.av-content-full.alpha.units {
    padding: 0px !important;
    }

    Best regards,
    Mike

    #1038053

    Hi Mike,
    I have added them to the page. But it has deleted the padding of all container on the page. How can I say that only the first-container with the image shouldn’t have padding?

    #1038081

    Hi,
    Sorry, please try this code instead:

    .template-page.content.av-content-full.alpha.units:first-of-type {
    padding: 0px !important;
    }

    If after clearing your cache, this doesn’t work for you, please remove it (both) and let us know so we can try again. It’s hard to test when it is in place.

    Best regards,
    Mike

    #1038087

    Hi Mike,
    could you please try again. It doesn’t work.

    #1038806

    Hi,
    I tried to take another look, but the page we were working on seems to be gone now, so I looked at your home page but it doesn’t have the same padding. I check to ensure that it wasn’t using the code from above, and it was not.
    Do you have a new page to test with?

    Best regards,
    Mike

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