border for image in portfolio item details

  • Posted in : cvCard WP
  • exostudio
    Participant


    .portfolio-field img,
    .portfolio-field .fluid-width-video-wrapper,
    .portfolio-field .media-wrap {
    margin-bottom: 50px
    border-style: solid;
    border-width: 2px;
    border-color: #eee;
    }

    Trying to add a border around the image within the port details, after i added that to the .css nothing changed, im guessing im adding it to the wrong class?

    ahmetsali
    Keymaster

    Hi, you have a syntax error in your code, update your code as;

    .portfolio-field img,
    .portfolio-field .fluid-width-video-wrapper,
    .portfolio-field .media-wrap {
    margin-bottom: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: #eee;
    }
    

    and paste the code to the custom css box.

    exostudio
    Participant

    margin-bottom: 50px
    for the “;”…duh

    thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register