-
-
Hi
On a tablet, portrait view, some of the text on the pages is outside the background content area. Can you please help me move the text inside the coloured content box in the background? It is only a problem on media between (max-width: 768px) and (min-width: 668px). It looks fine for every other device that I’ve tested.
-
Hello,
We fixed it, please check your site. Added this code to custom CSS box:
@media (max-width: 768px) and (min-width: 668px) { .vc_col-sm-12.wpb_column.column_container.with_padding p { width: 93%; } }
Best regards!
-
I have added that into the css but the text and pictures are still outside the content box on the right side when viewing on a tablet, portrait view.
-
Hello,
Sorry, but i don’t see any issue with the text being outside the content box, see screenshot. Please clear cache and refresh the page.
I added this code@media (max-width: 768px) and (min-width: 668px) { section#portfolio-preview-items.four-cols .portfolio-item { width: 22%; } }
to your CSS box for the images to show up correctly on ipad portrait view.
Please check your site.
see screenshot 1 screenshot 2
Let us know.Best regards!
-
The portfolio grid page looks fine now, but on the individual portfolio pages, when there are three pictures, the last picture is outside the box on the right side. And also on the “om attivo” page, the number 215.000 is halfway outside the box..
Thanks for helping me out!
-
Hello,
We fixed it now. Please check your site.
Added this code for the single portfolio responsivity:@media (max-width: 979px) and (min-width: 768px) { .single_portfolio_gallery .gallery.row { width: 90%; }}
and fixed the text on “om attivo” page:
ipad landscape ipad portrait
Let us know.Best regards!
-
-
You must be logged in to reply to this topic.