Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10928
    kz2284
    Member

    I want to create a interior design website. Under the portfolio i have residential, commercial, so on… inside each category I need to create another portfolio, for example:

    portfolio-> residential design
    -> X project
    -> Y project, so on

    here is my portfolio http://69.195.124.63/~kzinteri/portfolio/

    here is my residential design folder
    http://69.195.124.63/~kzinteri/portfolio/residential-design/

    I really don’t like how it looks. I want a clear look as in the portfolio page. I tried to add a gallery and add a link to each individual image, but didn’t work. also i tried to add a extra portfolio plugin but it also didn’t work. what would you suggest?

    thank you

    #10951
    Sakin
    Keymaster

    @kz2284: You portfolio looks good at http://69.195.124.63/~kzinteri/portfolio/. Then I check in your portfolio “RESIDENTIAL DESIGN” at http://69.195.124.63/~kzinteri/portfolio/residential-design/. This also looks fine.

    You cannot make it 100% same. But with the help of css you can make it similar. Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .single-portfolio .wp-caption {
        background: none transparent;
        margin: 0 0 0 2.92%;
        max-width: 100%;
        padding: 0 0 30px;
        width: 30.35% !important;
    } 
    .single-portfolio .wp-caption img {
        background-color: #f5f5f5;
        border: 1px solid #b5b5b5;
        -webkit-border-radius: 3px; 
        -moz-border-radius: 3px;
        border-radius: 3px; 
        display: block;
        margin: 0 auto 10px;
        max-width: 100%;
        padding: 2%;
        width: 96%;
    }
    .single-portfolio .wp-caption .wp-caption-text:before {
        content: none;
    }
    .single-portfolio .wp-caption .wp-caption-text {
        font: 24px 'Cuprum',Arial,Helvetica,sans-serif;
        margin-bottom: 2em;
        padding: 0;
        position: relative;
        text-align: center;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘portfolio/gallery’ is closed to new replies.