Okay
  Public Ticket #634300
Portfolio Item Customation
Closed

Comments

  • Nico started the conversation

    Hey,



    first thanks for this AWESOME!! theme.



    This is my Site:
    http://nicoschnell.com/index.php/photography-2/



    I have 2 little questions:



    When i browse my site with my imac the project title are exakt in the middle of the preview pic. when i use my laptop the project titles are more on the left side of the preview pic? how can i fix this?



    Is there any chance that i can modify the css that the white border on hover will be thinner ?



    Cheers
    Nico Schnell / www.nicoschnell.com

  •  8,992
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (min-width: 1000px) {
        .portfolio-items.no-masonry .work-item:hover .bg-overlay {
            border-width: 4px !important;
        
        }
    }
    
    /*Center align project title*/
    
    .portfolio-items:not(.carousel) .col.span_4 .work-meta {
        width: 100%!important;
    }


    Best.


    ThemeNectar Support Team