Hi Inkthemes support some issue with harrington 1/ small image and fullwidth page i have set page as fullwidth to remove the default sidebar of default page type but when i insert a media image image got this fullwidth css .fullwidth img { height: auto; width: 100%; } making image to take full width too if i keep default page type model the media is displayed at is orginal size look at http://plurimedica.fr/for-inktheme/ http://plurimedica.fr/for-inktheme-default/ 2/ how can i change for a custom color instead of the selected style theme border background 3/ we need an invoice for our purchase of the 3 pack bundle thanks
Hello, 1)Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .fullwidth { max-width: 100%; height: auto; } 2)Please explain little bit more about this. 3)We have sent you a mail regarding to invoice. Thanks & Regards Pramod
Hi, 1/ no this is not working max-width is not the issue i wanted the image displayed with width at original size not 100% of fullwidth i had to add this css .fullwidth img { width: auto; } to override the width: 100% from original style. however the problem was solved but i just reported this as for me it seems to be a bug that should be corrected 2/ i want to change the tealgren #0fab9d it seems i have to edit/add manually the background in all place for the tealgreen.css does it work with a child theme as this is not the main style.css ? maybe you can add a custom color theme user editeable that will not be overrided when upgrading theme ? 3/ thanks i got the invoice
Hello, 1)I apologies for css I missed there img the correct one is Code: .fullwidth img{ max-width: 100%; width:auto; height: auto; } 2)Change the tealgreen.css or another color.css which you will not use and it is better to keep a copy of changed file for future. Thanks & Regards Pramod