function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Cole PratoCole Prato 

Custom Lighting Page Template having issue Display for Phone

Hi,

I am having issue getting my Custom Lighting Page Template to Display properly for Phone/Mobile?

I want it to stack the components example: 1 -> 2 -> 3 like the normal template already provided by Salesforce, but all I am getting is it just shurnk smaller which one work. 

Any help would be great! 

Design for Middle Section:
<flexipage:region name="left" defaultWidth="SMALL" />
        
        <flexipage:region name="middle" defaultWidth="LARGE">
            <flexipage:formfactor type="Medium" width="SMALL" />
        </flexipage:region>
       
        <flexipage:region name="right" defaultWidth="SMALL" />
        
    </flexipage:template>
    <design:supportedFormFactors>
        <design:supportedFormFactor type="Small"/>
        <design:supportedFormFactor type="Large"/>
    </design:supportedFormFactors>

User-added image