Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1399027

    Hi on my home page there are three boxes with text – “Commercial Ceaning”, “specialist Domestic Cleaning” and “Why Choose Us”

    When viewing on an ipad in portait The titeles and buttons become unaligend.

    How do I stopp this from happening please?

    #1399082

    Hey isdixon,

    Thank you for the inquiry.

    The title in the boxes seems to be aligning correctly on our end. Would you mind providing a screenshot of the issue? Please use imgur, savvyify or dropbox for the screenshot.

    Best regards,
    Ismael

    #1399146

    Hi please see images attached, also you will see the navigation bar overlaps the logo onthe ipad in prtrait mode

    #1399231

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .avia-button.avia-size-x-large {
        min-width: auto;
    }
    }

    Best regards,
    Rikard

    #1399564

    Hi this has not changed the sizes of the H2s they still do not fit inside the box “Commercial Cleaning”, “Specialist Domestic Cleaning” and “Why Choose Us”

    #1399627

    Hi,

    There seems to be a lack of space for the columns on tablet view, which is why the title and buttons are not aligned properly. We may need to adjust the breakpoint of the columns and make them fullwidth on tablet devices. Please add this css code.

    @media only screen and (max-width: 1024px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        display: block;
      }
    
      .responsive #top #wrap_all .av-break-at-tablet-flextable, .responsive .av-layout-grid-container.av-break-at-tablet {
        display: block;
      }
    }
    

    Best regards,
    Ismael

    #1399681

    Hi

    I would be happy for them to appear the same on tablet devices as they are on mobile devices, the latest attempt has not resolved the issue, can you advise how I make them full width on tablets?
    Thanks

    Ian

    #1399749

    Hi Ian,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:1180px) {
      .page-id-734 #after_layer_slider_1 .container {
        width: 100%;
        max-width: 100%;
      }
    }

    Best regards,
    Nikko

    #1400207

    Hi Nikko

    thank you for your response, unfortunately this doesnt seem to have worked, I dont see any change?

    #1400211

    Hi,
    Thanks for the feedback, when I test Ismael‘s code above the three columns “Commercial Cleaning”, “Specialist Domestic Cleaning” and “Why Choose Us”
    all become full-width at 1024px this should be correct for an iPad in portrait, perhaps yours is different please check your iPad screen resolution here
    Try Ismael‘s code again:

    @media only screen and (max-width: 1024px) {
      .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        display: block;
      }
    
      .responsive #top #wrap_all .av-break-at-tablet-flextable, .responsive .av-layout-grid-container.av-break-at-tablet {
        display: block;
      }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    Please note that iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance and check if you have an error in your css.
    Also please upload a new screenshot of the error as the original one has expired.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.