New Landing How can we help? Themeforest Theme Support Dante Team Member Page Column Width

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #85885
    division
    Member
    Post count: 33

    Hi, excellent theme! Just wondered if it would be possible to alter the column widths on the Team member pages. I would like 75% text and 25% image rather than the 50/50 split?

    #85904
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Of course, add this to your custom css:

    @media only screen and (min-width: 769px) { 
    article.type-team .article-body-wrap {
      width: 75%;
    }
    article.type-team .profile-image-wrap {
      width: 21%;
    }
    }

    – Kyle

    #85917
    division
    Member
    Post count: 33

    Perfect, thanks for the great support.

    #85932
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    – Kyle

    #112315
    zohia
    Member
    Post count: 109

    Hey Kyle,

    Would it be possible to use that code to change those percentages to different ones?
    I’m asking because it doesn’t seem linear, as you didn’t write 75%-25% but 75%-21%.
    I want a different proportion (like 60%-40%) but am not sure if I could use that specific code.
    If I can, how do I change the percentages? And what do I do with the px in this line?:
    @media only screen and (min-width: 769px)

    http://playground.cmdshiftr.com/?team=joana-soares-2

    #112371
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you check if it’s ok?
    The total can’t be 100% because exists margins around the 2 columns.

    -Rui

    #112417
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It has to add up to 96%, as the margin is 4%. So you can use 58% – 38%

    – Kyle

    #112626
    zohia
    Member
    Post count: 109

    Thanks!
    You are always very helpful!

    #112633
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    – Kyle

Viewing 9 posts - 1 through 9 (of 9 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