Home Forums Free Themes Daily Insight Breaking news section issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38117
    Anonymous
    Inactive

    Hi,

    Can you help me to fix this problem ?

    #1 The breaking news text split in two lines but there is enough space to display the text in only one line.

    #2 On the demo, you show social icons, and I suppose it’s on the social menu. But how to show this icons as on your demo ?

    #38130
    wensolutions
    Keymaster

    Hello @Davijon,

    To adjust the width of the title use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media screen and (min-width: 1200px){
    #breaking-news .entry-content {
        width: 70%;
    }
    }

    Hope this help,

    Best Regards!!

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