Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1212773

    Hallo liebes Team!,
    ersteinmal möchte ich mich bei euch für dieses tolle Theme bedanken, es ist echt super :).
    Ich habe jedoch meine Probleme mit der mobilen Ansicht. An sich ist es ja kaum mögliche diese ohne CSS zu bearbeiten, da ich aber keinerlei Kenntnisse in Programmiersprachen besitze, fällt das für mich leider raus.
    Die Desktop-Ansicht meiner Website gefällt mir echt sehr gut, jedoch die mobile nicht so. Dort ist vieles so groß, und Elemente, die auf der Desktop Ansicht nebeneinander sind, sind nun plötzlich untereinander. Überschriften werden Teilweise nicht vollständig angezeigt und auch Bilder verschieben sich. Zudem ist der Slider zu klein und die Navigation von ihm mitten im Slider. Ich brauche dringen euren Rat, über einen telefonischen Kontakt würde ich mich auch sehr freuen, da mir dies wahrscheinlich am besten helfen würde und es schneller geht. Meine Website befindet sich derzeit im Wartungsmodus.

    Danke und liebe Grüße!

    #1213135

    Hallo noellmn,

    Could you post a link to your site so that we can have a closer look at it please?

    LG,
    Rikard

    #1213398

    Yes, but the site is on a maintenance mode. Should I turn it off ?
    .

    Thank you

    • This reply was modified 4 years, 6 months ago by noellmn.
    #1213742

    Hi,

    You don’t need to disable coming soon mode, but we need to see the problem on your actual site. Please post admin login details in private so that we can view your site.

    Best regards,
    Rikard

    #1213769
    This reply has been marked as private.
    #1213906

    Hi,

    Thanks for that. I had a look at your site on mobile but I can’t see anything obviously wrong with it. Could you try to explain what you would like to change a bit further please? If you post screenshots of the problem then that would help too.

    Best regards,
    Rikard

    #1213969

    Hello,
    I have attached screenshots. In the header there is still the “Search” field with the magnifying glass, which should be removed. The slider is too small and should be a bit larger, and the navigation of the slider is in the middle of the pictures, it should either be removed or appear from the slider as shown in the desktop view. The three boxes with “efficient work, etc.” (under the slider) are one below the other, but should appear next to each other as with the desktop version.

    Thank you and best regards.

    #1213970

    How can I upload the pictures ?

    #1214199

    Hi,

    Please try this in Quick CSS:

    @media only screen and (max-width: 767px) {
    #menu-item-search, .ls-bottom-slidebuttons {
      display: none;
    }
    .home #av_section_1 .no_margin.av_one_third {
        width: 33.3% !important;
    }
    }

    You can upload screenshots to a service like Google Drive or Dropbox and then link to them here.

    Best regards,
    Rikard

    #1214335
    This reply has been marked as private.
    #1214889

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    #menu-item-search, .ls-bottom-slidebuttons {
      display: none !important;
    }
    .home #av_section_1 .no_margin.av_one_third {
        width: 33.3% !important;
        padding: 0;
    }
    }

    Also make sure to clear the cache from your caching plugin. I’m not too sure that having the 1/3 next to each other will ever look good, you might want to rethink that design for smaller devices.

    Best regards,
    Rikard

    #1214935
    This reply has been marked as private.
    #1215243

    Hi,

    Thanks for the clarification and screenshots. Please try this CSS as well:

    .pricing-table li.avia-pricing-row {
        font-size: 50px;
    }
    @media only screen and (max-width: 767px) {
    .pricing-table li.avia-pricing-row {
        font-size: 30px;
    }
    h3.iconbox_content_title a {
        font-size: 12px;
        word-break: break-all;
    }
    }

    Best regards,
    Rikard

    #1215440

    Hey, everything works fine. Thank you for your quick and competent help.

    Best regards.

    #1215943

    Hi,

    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,
    Rikard

    #1255188

    Thanks, we can close it!

    Best regards.

    #1255401

    Hi,

    Thanks for letting us know, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Mobile Ansicht’ is closed to new replies.