Jump to content

How to move placement of this Social Icon?

Go to solution Solved by tuanphan,

Recommended Posts

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

Top Posters In This Topic

Add to your Cover Page Settings > Advanced > Code Injection Header

<style>
  .sqs-slide-wrapper[data-slide-type="cover-page"] .responsive-wrapper {
    display: flex !important;
    flex-direction: row-reverse !important;
}

.sqs-slide-wrapper[data-slide-type="cover-page"] .responsive-wrapper .sqs-slice {
    margin-left: 15px !important;
}
</style>

image.png.adc7709e0fc7e10bc4a0ff01a95ca6e0.png

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

Thank you!  It worked perfectly and looks great on desktop.

However, on mobile, the 2 buttons are now narrow and sitting too far to the right of the screen, with the social icon floating next to them.  (See first attached image.)

Any way to make the mobile view look more like its original presentation, just with the social icon on the bottom of the CTA stack?  (see second attached image)

Thank you for your help!

IMG_1517.PNG

IMG_1516.PNG

Link to comment
  • Solution

Remove my code & use this code

<style>
  @media screen and (min-width:901px) {
  .sqs-slide-wrapper[data-slide-type="cover-page"] .responsive-wrapper {
    display: flex !important;
    flex-direction: row-reverse !important;
}

.sqs-slide-wrapper[data-slide-type="cover-page"] .responsive-wrapper .sqs-slice {
    margin-left: 15px !important;
    }}
</style>

 

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

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.