Tagged: mobil, responsive
-
AuthorPosts
-
October 19, 2023 at 4:09 pm #1423023
Die Website bei einem Kunden funktioniert bei 767 px breite wunderbar, aber bei 768 px werden z.B. eine Sektion noch nebeneinander dargestellt und bei 767 px breite wird es untereinander so wie ich es haben will, aber schon bei 768 px, was kann ich tun?
Vielen Dank für die Hilfe
October 19, 2023 at 6:07 pm #1423046Hey Highlander-2013,
Could you post a screenshot highlighting the problem please?
Best regards,
RikardOctober 23, 2023 at 2:13 pm #1423408This reply has been marked as private.October 23, 2023 at 4:07 pm #1423426Hi Guido,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (min-width:767px) and (max-width:1540px) { .home #av_section_3 .av_one_fourth { display: none; } .home #av_section_3 .av_one_half { margin-left: 0; width: 100%; } .home #av_section_3 .av_one_half #nex-forms button.btn { margin-left: auto; margin-right: auto; } }Best regards,
NikkoOctober 23, 2023 at 5:17 pm #1423447Hi Nikko,
Thanks the problem on section_3 it’s works, not works section_4, can you help me again? Thanks
Best regards,
GuidoOctober 24, 2023 at 11:00 am #1423542Hi,
Please try this CSS as well:
@media only screen and (min-width:767px) and (max-width:1250px) { .home #av_section_4 .av_two_fifth { margin-left: 0; width: 100%; } }Best regards,
RikardOctober 26, 2023 at 1:27 pm #1423783Hi Rjard,
thanks its works.
Best Regards,
GuidoOctober 26, 2023 at 4:31 pm #1423802Hi,
Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardOctober 26, 2023 at 5:42 pm #1423819Hi
you can close itBest Regards
GuidoOctober 27, 2023 at 1:44 am #1423852Hi Guido,
Thanks for using Enfold and have a great day!
Best regards,
Nikko -
AuthorPosts
- The topic ‘Problem mit Responsive bei 768’ is closed to new replies.
