New Landing How can we help? Themeforest Theme Support Dante Text box element – extra class name for center justify

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #163139
    fmora617
    Member
    Post count: 105

    Hi Support –

    On this page –> http://golfrite.com/golf-channel-academy/, I would like to center justify the text box element at the bottom of the page (it contains an image). Is there an extra class name I can enter in the text box element to do this?

    Thanks,
    Fabian

    #163185
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .spb_single_image img{
    display:inline-block !important;
    width:100%;
    }
    
    .spb_single_image{
    width:100% !important;
    text-align:center;
    }

    Thanks
    Mohammad

    #163260
    fmora617
    Member
    Post count: 105

    Hi – this made the image very large again. The image is only 450px wide. How can I use the actual size of the image and center justify?

    #163330
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove last css code use this custom css code:-

    .spb_single_image img{
    display:inline-block !important;
    width:auto !important;
    }
    
    .spb_single_image{
    width:100% !important;
    text-align:center;
    }
    
    Thanks

    Mohammad

    #163492
    fmora617
    Member
    Post count: 105

    Great – thank you!

    #163518
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    – Kyle

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