Changing a layout on Mobile and Tablet Views

Changing a layout on Mobile and Tablet Views

Here is a quick video tutorial in moving objects (images, text, etc) around to arrange differently on mobile and tablet views.
Pro Tips:
  1. Your website rearranges in mobile and tablet view from left to right
  2. You can duplicate modules and arrange them the way you would like and then hide them from different devices to obtain the design and layout you are looking for

Video





Step By Step

  1. Duplicate Image Module Method:

    1. 1.1. Enable Visual Builder: Click on the three dots in the Visual Builder and activate the "Tablet View."

    2. 1.2. Duplicate Image Module: Duplicate the image module you want to rearrange.

    3. 1.3. Adjust Module Visibility:

      1. - For Computer View: Disable the duplicated module on tablet and phone.

      2. - For Tablet/Phone View: Disable the original module on the desktop.

    4. 1.4. Save Changes: Exit the Visual Builder, save changes, and preview the site to ensure the desired order.

  2. Custom CSS Method:

    1. 2.1. Enable Visual Builder: Activate the "Tablet View" in the Visual Builder.

    2. 2.2. Delete Image Module: Remove the image module you want to rearrange.

    3. 2.3. Insert Custom CSS Code:

      1. - Navigate to Settings > Advanced > Custom CSS.

      2. - Insert the provided code in the main element for tablet and phone views.

    4. 2.4. Adjust Column Order:

      1. - Go to Settings > Advanced > Custom CSS for each column.

      2. - Insert the corresponding code to set the desired order (e.g., changing 1 to 2).

    5. 2.5. Save Changes: Save the changes and exit the Visual Builder.

  3. Verification:

    1. 3.1. Validate Changes: Preview the site on different devices (computer, tablet, phone) to ensure the column order is as intended.

  4. Additional Notes:

    1. 4.1. Columns Stacking Order: Remember, in tablet view, columns stack from left to right, and the leftmost column is always considered number one.

    2. 4.2. Design Considerations: The custom CSS method may be preferred to avoid design issues with the computer view when using the duplicate module method.


Code:


Row:


display: flex;

flex-wrap: wrap;



Column


order: 1;





    • Related Articles

    • Adding Buttons to your website

      Here is a quick tutorial on how you can easily add buttons to your website using the Visual Builder on the front end of your website. Also included is how to style your buttons, add a row with two columns, and make your buttons link to a webpage. ...
    • Adding / Embedding Facebook Videos into your Sermon Manager

      Here is a quick tutorial on how to embed your Facebook Videos into your individual sermons through your Sermon Manager on your website. Summary Open the Facebook Video on Facebook Right Click and Show Video URL Copy Video URL Now in Your sermon ...
    • How to Create a Post or Announcement on Your Website and Mobile App

      Are you needing to make an announcement? Do you have an event coming up and need to get the word out? Are you just wanting to connect with your church congregation or business clientele? This tutorial is all about how to create, design, and post a ...
    • How to Add Images, Graphics, or Videos to Your Tent Apps Media Library

      Your media library will be the hub for any type of media you wish to use in your blogs, announcements, social media posts, or when editing a page of your website. Video Step By Step Accessing the Dashboard: Log in to your Tent Apps account. Upon ...
    • Image Size Guidelines

      Images sizes are important to keep in mind with your new website & mobile app. Here are some guidelines to keep in mind. 1920px x 1080px 1920px width by 1080px height is the best size for your Website, TV Slides, Emails, Print Bulletins, Social ...