Blog in Footer

Discussion in 'Local Business WordPress Theme' started by carljackson4321, Feb 12, 2017.

  1. carljackson4321

    carljackson4321 Member

    Joined:
    Jul 14, 2014
    Messages:
    48
    Likes Received:
    1
    I added a blog widget to my footer (see attached), but the title of each blog breaks.

    Can this be fixed?
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Could you please provide us URL of your website so that we can assist you accordingly?

    We will check the things from our end and will let you know how to resolve this.

    Looking forward to hear from you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. carljackson4321

    carljackson4321 Member

    Joined:
    Jul 14, 2014
    Messages:
    48
    Likes Received:
    1
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hi,

    If you use the following code to reduce the size of your fonts then, the post titles will appear in single line,

    All you need to do is just paste the below custom CSS code in Dahshboard->InkThemes->Theme Options->Styling settings->Custom CSS field.
    Code:
    .footer-wrapper .footer ul li a {
        font-size: 11px;
    }
    This will help you to figure it out and resolve the issue(s).

    Naveen
     

Share This Page