Hi, as you can see here – https://screencast.com/t/vVu06CpjG – the box element is blocking the title. How can I make sure the title is shown and the box element begins below it on mobile only since it looks and works great on desktop.
Thanks.
Hey DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top #info .flex_column_table {
margin-top: 0 !important;
}
}
Hope this helps :)
Best regards,
Nikko
Great, thanks! It also seems to be an issue on iPad/Tablet – https://www.screencast.com/t/XucUnhyOhb – how can I fix this the same way as you suggest on mobile?
Hi,
Try to change this part of the code I gave:
@media only screen and (max-width:767px) {
to:
@media only screen and (max-width:1024px) {
Best regards,
Nikko
Thanks.
Hey,
Glad we could help :)
Cheers!
Nikko