New Landing How can we help? Themeforest Theme Support Pinpoint Caption Box Area Size

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Pinpoint
  • #53152
    nofxbam
    Member
    Post count: 12

    Can I make the caption text area smaller in the image box? It extends a little far down for my preference. See attached screenshot with circled areas I’d like to shorten.

    #53414
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please could I see a link? I can’t replicate it on my demo, not sure what you have used for that image?

    – Kyle

    #53642
    nofxbam
    Member
    Post count: 12

    Here you go: http://www.napavineyardmanagement.com/

    I’m inserting a picture and adding a caption. I want to chance the spacing above and below the text.

    #53649
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    p.wp-caption-text {
      margin: 0;
    }
    .wp-caption-text, .gallery-caption {
      padding: 0px 0;
    }

    Let me know if this works!

    – Kyle

    #53652
    nofxbam
    Member
    Post count: 12

    Looks good, thank you!

    Curious, if I can do something similar to the “boxed content” areas as well? I have those on the homepage below this area.

    #53799
    Melanie – SUPPORT
    Member
    Post count: 11032

    Like so?

    wpb_box_text.whitestroke .box-content-wrap {
    text-align: center;
    }
    #54121
    nofxbam
    Member
    Post count: 12

    Hmm that didn’t have an effect on the boxed content size below the content. I’ve circled the area I’m talking about in the attached screenshot.

    #54276
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Did you add the class pb0 to your extra class?

    – Kyle

    #54283
    Melanie – SUPPORT
    Member
    Post count: 11032

    Okay, we can add spacing like so:

    .wpb_box_text {
    margin-bottom: 20px;
    }

    Are you sure this

    .wpb_box_text {
    text-align: center!important;
    }

    doesn’t center the titles? It works when I test it.

    Let me know ๐Ÿ™‚

    #54619
    nofxbam
    Member
    Post count: 12

    Melanie, that changed the spacing between the boxed text. In the screenshot I attached, I am trying to remove the spacing I circled below the buttons in each boxed text.

    I think the button automatically adds space below it. Can I shorten the spacing below the button?

    #54634
    nofxbam
    Member
    Post count: 12

    Never mind, I have fixed it! The problem was the margin in the button CSS. I’ve adjusted the bottom margin down to 0. Thanks for looking into this. I should be set now.

    #54744
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great! Glad you sorted it ๐Ÿ™‚

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