How to resize the lower right hand corner logo.

Discussion in 'VideoCraft WordPress Theme' started by mintwovideo, Jan 25, 2018.

Tags:
  1. mintwovideo

    mintwovideo New Member

    Joined:
    Jan 21, 2018
    Messages:
    1
    Likes Received:
    0
    I wan to resize the lower right hand corner logo. How do I do this?
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for contacting us,

    To increase the size of the lower logo, just paste the code given below in Custom CSS section.
    (Dashboard->Appearence->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer_toplogo img {
        width: 110%;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com‌

    Note: Increase the width percentage according to your requirement.
     

Share This Page