Jump to content

Sherman

Member
  • Posts

    28
  • Joined

  • Last visited

Posts posted by Sherman

  1. On 1/12/2022 at 9:15 PM, tuanphan said:

    #1. Try adding to Design > custom CSS

    /* Footer side by side */
    @media screen and (max-width:767px) {
    div#page-section-60891410e031bc2e3e5f8965>.row:nth-child(2)>.col {
        width: 50% !important;
        float: left !important;
    }
    }

    #2. Try #1 first, then I will check other pages

    Thanks @tuanphan! it worked amazingly! 

    Could you help me with the other one as well?

    Regards,

    Sherman

  2. @tuanphan

    I have the same issue and am wondering if you are able to help me with it?

    Am trying to get the text "RiverLife Church" and the social icons on the mobile version of the footer for this site to be on the same line instead of the social icons being below the "RiverLife Church" text.

    https://rlresource.squarespace.com/

    Also trying to do it for the buttons at the bottom of these pages (before the footer) to be on the same line as well. 

    https://rlresource.squarespace.com/connect

    https://rlresource.squarespace.com/minister

    Appreciate the help! Thank you.

  3. On 9/25/2021 at 9:00 AM, tuanphan said:

    Add to Design > Custom CSS

    /* Lee Ee Yang Mobile */
    @media screen and (max-width:767px) {
    div#page-section-6148c24479326d7dac32f914>.row {
        display: flex;
        flex-direction: column-reverse;
    }
    div#page-section-6148c24479326d7dac32f914 .image-block {
        display: none;
    }
    div#block-yui_3_17_2_1_1632158211775_11334:before {
        content: "";
        display: block;
        background-image: url(https://images.squarespace-cdn.com/content/v1/614400e30bc14e4658661983/1632158321635-APV2K65YL3LERVTJG4OV/CCportraits-Ee+yang.jpg?format=300w);
        background-size: cover;
        width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }
    }

     

    Hey @tuanphan,

    thanks for this. 

    I have one more issue for the same website - on the 'Firm' page, I would like to change the title size on mobile of the 'Our Team' 'List' block on squarespace. It is currently too small. Have attached an image for your reference.

    Appreciate the help! 

    Regards,
    Sherman

    Screenshot 2021-09-27 at 10.55.45 PM.png

  4. Hi @tuanphan

    I have a similar issue. I can't seem to 

    Site: covenantchambers.squarespace.com

    Password: CovenantChambers

    https://covenantchambers.squarespace.com/lee-ee-yang

    If you look at the URL above, in mobile mode, its currently image - text1 - text2. I need it to be image - text2 - text1.

    The "Contact, Education..." block needs to be below the "Lee Ee Yang, Managing Director..."  block.

     

    Appreciate all the help! Thanks.

    Regards,
    Sherman

  5. Hi, i actually tried using this code but it doesn't work. Anybody know whats wrong or is able to provide me with the right code:

    Site: https://joshyeoh.squarespace.com/
    Password: 1234

    On 8/19/2019 at 8:10 AM, stephanie25 said:

    @tuanphan Thanks! Adding two texts was a great suggestion. For anyone who needs the code I provided it below:

    
     
    
    <html>
    <head>
    <style>
    h2 {text-align:center; font-weight: bold;}
    
    #content-desktop {display: block;}
    #content-mobile {display: none;}
    
    @media screen and (max-width: 768px) {
    #content-desktop {display: none;}
    #content-mobile {display: block;}
    }
    }
    </style>
    </head>
    
    <body>
    
    <div id="content-desktop">
    <h2>UX/UI DESIGNER  |  GRAPHIC DESIGNER</h2>
    </div>
    
    <div id="content-mobile">
    <h2>UX/UI DESIGNER<br />GRAPHIC DESIGNER</h2>
    </div>  
    
    </body>
    </html>
    
    
    
    
    
    
    
    
     

     

     

×
×
  • 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.