Home Forums Pro Themes Business Field Pro Irregular Card Sizes and font

Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #187735
    hillson
    Participant

    Hi, I am facing this issue of the irregular shape of card elements. example here: https://ibb.co/NmWW72f

    How can I fix the size of the card and make it more attractive on the site? I would like to have constant image size in the featured image, irrespective of user uploaded image dimension, and trim down the title to one line when it’s too long. Is that possible?

    The website URL is geoinfo.ait.ac.th, and I also need font support. Can I upload my custom fonts and apply them to the elements in this theme?

    #187777
    Psink
    Keymaster

    yes, it is possible, Could you please share the site URL? We will inspect and provide you with a CSS that will fix the issue

    #187805
    hillson
    Participant
    #187826
    Psink
    Keymaster

    Please add this CSS to trim the title on one line

    #business-field-latest-news-3 .latest-news-title,
    #business-field-featured-pages-grid-11 .item-title,
    #business-field-featured-pages-grid-10 .item-title{
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
    }

    .business_field_widget_latest_news .latest-news-text-wrap{
    padding: 20px;
    }

    Regarding fonts please follow the screen record
    https://www.awesomescreenshot.com/video/13775581?key=b875b7798d0d542c0ded94132c37ea9f

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.