Why This Issue Happens:
In the Horizon new update theme (and some other Shopify free themes), when you add an app block, it is automatically wrapped inside a Section container.
This Section applies automatic CSS and admin UI styles, which may conflict with the app’s layout. As a result, app content such as FlipBooks or iframe-based apps may appear squeezed, misaligned, or broken.
This is a theme-level layout behavior, not an app bug.
How to Fix the Issue (Solution)
Please follow these steps carefully:
1. Go to Online Store → Themes → Edit code
2. Open the Sections folder
3. Find the file named apps.liquid
– If the file exists, open it and paste the provided code into it
– If the file does not exist, create a new file named apps.liquid and paste the code into it
4. Save the file
5. Go back to Theme Customization
6. Add the app block again
After completing these steps, everything should display correctly.
Summary :
– This issue is related to the Horizon / Shopify free theme layout behavior
– It is not an app bug
– Dawn, Shopify premium themes, and ThemeForest themes work without any issues
– Following the steps above will resolve the problem
If you still face issues after following this guide, please share updated screenshots and we will be happy to assist further.
{% for block in section.blocks %}
{% render block %}
{% endfor %}
{% schema %}
{
"name": "Apps",
"tag": "section",
"class": "section",
"settings": [
{
"type": "checkbox",
"id": "include_margins",
"default": true,
"label": "Include page margins"
}
],
"blocks": [
{ "type": "@app" }
],
"presets": [
{ "name": "Apps" }
]
}
{% endschema %}
This guide explains how to install and set up F2 Realestate Pro to transform your Shopify store into a real estate style storefront with property search and smart calculators.
Go to the Shopify App Store
Search for F2 Realestate Pro
Click Add app
Click Install
After installation, the app will appear in your Shopify Admin dashboard.
F2 Realestate Pro uses Shopify Theme App Blocks, allowing you to add features directly from the theme editor.
Go to Online Store
Click Themes
Click Customize
Click Add Section or Add Block
Select Apps
You will see the following app blocks:
Property Finder
Mortgage Calculator
Rent vs Buy Calculator
House Affordability Calculator
AC BTU Calculator
You can add these blocks to:
Homepage
Property listing pages
Landing pages
The Property Finder lets visitors search properties using filters such as location, type, and category.
Open the Theme Editor
Click Add Block
Select Property Finder
Place it on your homepage or property page
The Property Finder uses your Shopify navigation menu.
Go to:
Online Store → Navigation
Create a menu like this:
Property Location
New York
Los Angeles
Miami
Property Type
Residential
Commercial
Land
Property Category
Apartment
Independent House
Duplex
Then select this menu inside the Property Finder block settings.
Property listings are created using Shopify Products.
Go to Products
Click Add product
Enter property information
Example:
Title: Modern Apartment in New York
Price: $450,000
Description: 3 bedroom apartment in Manhattan
Images: Upload property photos
You can organize listings using:
Product type
Tags
Collections
Custom fields (optional)
This structure allows the Property Finder to filter listings properly.
F2 Realestate Pro includes four calculators to help buyers evaluate property costs.
Calculate monthly payments based on home price, down payment, interest rate, and loan term.
Compare the long-term cost of renting vs purchasing a property.
Estimate the maximum home price a buyer can afford based on income and expenses.
Estimate required AC capacity based on room size and conditions.
All blocks can be customized in the Shopify Theme Editor.
Available settings include:
Section width
Padding and spacing
Background color
Font size
Button style
Heading alignment
This helps match the widgets with your store design.
Homepage
Property Finder
Featured property listings
Property Pages
Mortgage Calculator
House Affordability Calculator
Landing Pages or Blog
Rent vs Buy Calculator
If you need Support, please message us on WhatsApp. We will give you a response just in one minute. Or mail to us, Amzadhossen420360@gmail.com Or Contact Our Support Website : https://friends2a-technology.com/fhopify/contact-us/
Advanced Property Finder – Search listings by location, type, and category.
Mortgage Calculator – Estimate monthly payments and loan costs easily.
Rent vs Buy Calculator – Compare long-term costs of renting or buying.
House Affordability Calculator – See how much home buyers can afford.
AC BTU Calculator – Estimate ideal air conditioner size for rooms.