Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bradvin

    (@bradvin)

    Hi Tim,

    I managed to get it looking pretty good by adding this custom CSS :

    .tp-title {
     padding: 10px 35px 0px 0px;
    }
    
    .tp-info, .tp-title {
     top: auto;
     width: 100%;
     text-align: left;
     bottom: 0;
    }
    Thread Starter tmarsh1

    (@tmarsh1)

    Thanks Brad, mind adding a screenshot in of the result so I can see what you’re seeing? Sorry to be a pain!

    I tried this and viewed in a new browser but the title box (white box) ended up being quite big, some titles cut off (i.e. “Preg” instead of “Pregnancy”) and the title was still in the middle of the image.

    Note: I added this in the Genesis CSS file and did not use !important declarations.

    Plugin Author bradvin

    (@bradvin)

    Had to tweak it a bit:

    .tp-title {
     padding: 10px 35px 0px 0px !important;
     width: 100%;
     top: auto;
    }
    
    .tp-info, .tp-title {
     top: auto;
     width: 100%;
     text-align: left !important;
     bottom: 0;
    }

    screenshot : https://snag.gy/M3CAN.jpg

    Thread Starter tmarsh1

    (@tmarsh1)

    Thanks Brad. Didn’t quite work so I stuck important on everything.
    Can I suggest an option to push these below the images in the admin?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make portfolio caption below images’ is closed to new replies.