Okay
  Public Ticket #824433
margin full width portfolio
Closed

Comments

  • bram started the conversation

    Hello,

    When i scale my screen so there are 2 columns next to eachother they suddenly have a margin between the portfolio thumbnails, how can i fix this?

    Kind regards,


    Bram 

  • bram replied

    Hello, 

    the full width portfolio is not working as it suppose to be you can check the link below

    http://rensnooren.com/portfolio


    all the items on the left and on the right side doesnt show completely, the fall of the screen or something?

    Please help me

  • [deleted] replied

    Hi Bram.

    1— Can you please add the code below to Custom CSS

    @media screen and (max-width: 768px) {
        .portfolio-holder .portfolio-item.w3 {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
    }

    2— Can you please add the code below to Custom CSS
    .portfolio-container-and-title.full-width-portfolio .merged-item-spacing {
    margin-left: 15px !important;
    margin-right: 15px !important;
    }
  • bram replied

    Thanks! great service and sorry about the other ticket i didnt make it on purpose, somehow i forget that i made one for that problem already :$


  • [deleted] replied

    Hi Bram,

    Don't worry, glad to hear that the problem is solved now :)