Jump to content

Recommended Posts

  • Replies 6
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

10 hours ago, LindseyMexico14 said:

yes! sorry the text is still there it was just moved, the @tandoninteriors is what I want to left align!

 

https://tandoninteriors.com/design-services

Screen Shot 2022-03-15 at 10.05.32 AM.png

Add to Design > Custom CSS

/* align instagram text */
div#block-yui_3_17_2_1_1646384278405_28464 * {
    text-align: 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
On 3/17/2022 at 5:10 AM, LindseyMexico14 said:

thank you! It is not all the way to the left, is there a way to make it to the left completely (see screenshot!) 

Screen Shot 2022-03-16 at 4.09.27 PM.png

Try using this new code

/* align instagram text */
@media screen and (min-width:901px) {
div#block-yui_3_17_2_1_1646384278405_28464 {
    position: absolute;
    left: 10px;
    z-index: 99999;
}
div#block-yui_3_17_2_1_1646384278405_28464 * {
    text-align: left !important;
}
div#block-yui_3_17_2_1_1646384278405_16274 {
    padding-top: 100px !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
  • 2 weeks later...
On 3/19/2022 at 1:00 AM, tuanphan said:

Try using this new code

/* align instagram text */
@media screen and (min-width:901px) {
div#block-yui_3_17_2_1_1646384278405_28464 {
    position: absolute;
    left: 10px;
    z-index: 99999;
}
div#block-yui_3_17_2_1_1646384278405_28464 * {
    text-align: left !important;
}
div#block-yui_3_17_2_1_1646384278405_16274 {
    padding-top: 100px !important;
}
}

 

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.