Jump to content

7.1 How can change the position of images on hover:fixed option for the portfolio 3 template

Recommended Posts

Posted

How can I left align the text on the right side of the page and have the images on the right side of the page, instead of having it in the centre and overlapping. 

  • Replies 2
  • Views 1.2k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 7 months later...
Posted

You can use this to Custom CSS

@media screen and (min-width:768px) {
  /* Image */
  .portfolio-hover-base {
      left: 50%;
      width: 50%;
  }
  /* text */
  .portfolio-hover-items {
      width: 50% !important;
      margin-left: 0;
  }
  .portfolio-hover-items-list {
      align-items: flex-start !important;
  }
  span.portfolio-hover-item-content {
      text-align: left !important;
      display: block !important;
  }
}

or follow this

 

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!)

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.