New Landing How can we help? Themeforest Theme Support Clique Single portfolio: changing the proportion between image and content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Clique
  • #4551
    instantdecisif
    Member
    Post count: 13

    Hi,
    in a single portfolio, I would like to change the proportion between the image and the content. Presently it seems that it is 70/30, and I would like to make it 55/45.
    How to do it?
    Thanks,
    Pierre

    #4568
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Pierre,

    You can edit the dimensions in single-portfolio.php lines 77/79:

    $media_width = 940;
    $media_height = NULL;
    $video_height = 530;

    – Ed

    #4578
    instantdecisif
    Member
    Post count: 13

    Hi Ed,
    I am not speaking about the absolute dimensions of the image alone, but about the proportions between image (left) and text content (right) within a portfolio.
    Could you help?
    Pierre

    #4747
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Ahh ok, yes. You can add this custom css, and modify it to suit your needs:

    article.type-portfolio.standard-portfolio .media-wrap {
    width: 65%;
    }
    article.type-portfolio.standard-portfolio .side-portfolio-content {
    width: 30%;
    }
    

    – Ed

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

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

License required for one of the following items
Login and Registration Log in · Register