-
AuthorPosts
-
November 23, 2018 at 5:35 pm #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?
November 24, 2018 at 5:28 am #1037211Hey 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 toolBest regards,
MikeNovember 25, 2018 at 4:01 pm #1037364Hi 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?November 25, 2018 at 5:20 pm #1037369Hi Mike,
I have created a site. How to make the image full-size with css?November 25, 2018 at 8:03 pm #1037432Hi,
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,
MikeNovember 26, 2018 at 1:06 pm #1037635Hi 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.November 26, 2018 at 1:43 pm #1037641Hi Mike,
I decided to buy a slider.November 26, 2018 at 7:47 pm #1037748Hi Mike,
I have added a slider to the page. How can I set no padding-top and bottom only for the first container?November 27, 2018 at 5:11 am #1037911Hi,
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,
MikeNovember 27, 2018 at 4:23 pm #1038053Hi 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?November 27, 2018 at 5:15 pm #1038081Hi,
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,
MikeNovember 27, 2018 at 5:37 pm #1038087Hi Mike,
could you please try again. It doesn’t work.November 29, 2018 at 5:53 am #1038806Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.