1. How do I change the Social Icons in the Footer to be bigger? i.e 50 x 50 2. How do I made the gap between each social icon smaller/closer? 3. How do I add Pinterest icon to the same footer. 4. How do I rearrange the icons according to how I want them to be arranged. 5. How do I made the height of the footer container bigger? Thanks
Hello, Greetings from InkThemes! As per your above requirement solutions are accordingly, 1) How do I change the Social Icons in the Footer to be bigger? i.e 50 x 50 For this, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer_bottom .social_icon img { width: 34px !important; } 2) How do I make the gap between each social icon smaller/closer? For this code is given below, Code: .footer_bottom .social_icon img { padding: 11px !important; } 3) How do I add a Pinterest icon to same the footer? This option is already available in the theme. Please have a look over the screenshot given below. 4) How do I rearrange the icons according to how I want them to be arranged. Sorry, but it would not be possible via theme options panel as it will require altering of source code in the theme. Hope you will understand 5) How do I make the height of the footer container bigger? Code is below, Code: .footer_wrapper { height: 300px !important; } NOTE: Change all the numeric value as per your requirement. Hope it will resolve your issues. Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com