Reply To: custom CSS and layout for Project Details in Portfolio

#1461
livemesh
Keymaster

I made the following change that can be inserted into Custom CSS panel in theme options –

.portfolio-sidebar p {
    margin: 0 0 20px;
}

.portfolio-label {
    border-bottom: 1px dashed #B3B0A8;
    border-top: none;
}

and display changed to something like the attached screenshot. Of course, I moved the label div element up – above the p element containing text.