New Landing How can we help? Themeforest Theme Support Dante Portfolio Media Display isn't aligning up correctly

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #248695
    Sturge08
    Member
    Post count: 75

    Hi

    Can you explain why the image on a Finsbury Circus Portfolio item isn’t aligning correctly?

    It should align left like your example does and not butt up to the buttons above.

    Attachments:
    You must be logged in to view attached files.
    #248704
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .portfolio-item-content {
      margin-right: -15px;
      margin-left: -15px;
    }

    – Kyle

    #248733
    Sturge08
    Member
    Post count: 75

    Hi Kyle

    Thank you for this – your code has now left aligned the image, but it hasn’t addressed the issue of the image butting up to the navigation button above. Can you please provide a solution?

    #248735
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .portfolio-options-bar {
      height: 40px;
    }

    – Kyle

    #248851
    Sturge08
    Member
    Post count: 75

    Hi Kyle

    Thats worked really well – thank you.

    #248896
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

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

You must be logged in to reply to this topic.