Jump to content

How can I force two content blocks into one column (in the footer) so that it shrinks down on mobile instead of stacking?

Go to solution Solved by tuanphan,

Recommended Posts

  • Solution

Add to Design > Custom CSS

/* Mobile footer side by side */
@media screen and (max-width:767px) {
div#page-section-60963f488f966c26e837b484 .span-6 {
    width: 50% !important;
    float: left !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
13 hours ago, tuanphan said:

Add to Design > Custom CSS


/* Mobile footer side by side */
@media screen and (max-width:767px) {
div#page-section-60963f488f966c26e837b484 .span-6 {
    width: 50% !important;
    float: left !important;
}
}

 

Hi @tuanphan this worked like magic! Thank you so much 🙂

Link to comment
8 hours ago, tuanphan said:

Do you want to fix these?

Site URL: https://www.venuswtlau.com/ (checked on 

1. (Tablet-Header) Want to remove burger, force menu same as desktop?

venuswtlau_optimized.com-01.png

2. (Tablet-Inclusive-postpartum-care) Reduce this text size?

venuswtlau_optimized.com-02.png

3. (Tablet) Page looks long. Want to add a back to top button?

 
venuswtlau_optimized.com-03.png

Hi Tuan,

Yes to all three, please!

Thank you so much for catching these 🙂

Link to comment
On 5/17/2021 at 3:25 PM, venuswtlau said:

Hi Tuan,

Yes to all three, please!

Thank you so much for catching these 🙂

Q1. Q2. Add to Design > Custom CSS

/* Force desktop nav on tablet - version 2 */
@media screen and (min-width:768px) and (max-width:991px) {
.header-display-desktop {
    display: flex !important;
}
.header-display-mobile {
    display: none;
}
.header-burger {
    display: none;
}
.header-nav {
    display: flex !important;
}
.header-nav {
    display: flex !important;
    flex: 70% !important;
    justify-content: flex-end;
    width: 70% !important;
}
.header-title {
    flex: 50% !important;
}
/* Inclusive */
div#block-99fba9e3f545ec820c66 * {
    font-size: 30px;
}
}

Q3. Follow this guide

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 10 months later...
On 5/9/2021 at 11:47 AM, tuanphan said:

Add to Design > Custom CSS

/* Mobile footer side by side */
@media screen and (max-width:767px) {
div#page-section-60963f488f966c26e837b484 .span-6 {
    width: 50% !important;
    float: left !important;
}
}

 

I am trying the exact same code to do the same thing, but it won't work, not matter what. Can you help me , please. Here's the site: mashaborak.com - Thank you!!!!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.