1. CYBER MONDAY SALE All Access Pass @ $59 / Lifetime & access all our 16+ premium Divi extensions: Divi Block Pro, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Footer Menu appears different on iPhone

Discussion in 'Free Divi Community Forum' started by Cherilynn, Nov 25, 2025.

  1. Cherilynn

    Cherilynn New Member

    Hi there,

    I've just recently finished building a website, www.futaformtrading.co.za. On my Windows laptop, and Samsung phone, everything seems fine. However, the footer menu looks all wrong, when I look at the website with an iPhone. Can anyone offer me some advise on how to fix please?
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade horizontal timeline design for your Divi site without using any plugins:View Demo
  2. Divi Booster

    Divi Booster Divi Expert

    Hi Cherilynn,

    I can see the formatting issues on the iPhone - columns all off to the left of the screen. It's a bit hard to test this for certain, but I think it might be related to the large right margin applied to the footer row by this CSS:

    Code:
    Log In or Sign Up to view this code.
    I'm guessing the 223px right margin has been added (e.g. in the row settings) to make the footer appear more centered on desktop? However, it's applying on mobiles too and making the footer wider than than the page. On some mobiles, this seems to harmlessly disappear off the right-hand side of the page, but on the iPhone it seems to instead push the footer content to the left.

    I might be wrong on this, but I'd suggest tracking down where your 223px right margin is set and temporarily remove it to see if it fixes the footer. If so, then re-add it but apply it only to desktop widths - either by using Divi's responsive setting options to set the right margin to 0px on mobile, or if you've added the CSS directly, wrap that CSS in a media query to restrict it to desktop widths only.

    I hope that helps / makes sense, but let me know if not. Thanks!