• Resolved marianacarbonell

    (@marianacarbonell)


    Hi,

    I need to edit the widget portfolio so that they are 3 images above and 3 below, is that possible?

    In the wordpress editor I don’t get the “projects” section

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (min-width: 992px) {
      .roll-project.fullwidth .project-item {
        width: 33.3% !important; 
      }
    }
    

    Regards,
    Kharis

    Thread Starter marianacarbonell

    (@marianacarbonell)

    Hi Kharis, thank you so much, it worked =)

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘portfolio widget images’ is closed to new replies.