Hi Is it possible to make the slider quadratic and also the photos at the feature columns? Instead of rectangular? Best Pia
Hi, Pia.. Greetings from InkThemes! Could you please share some edited screenshot of your requirement so that we can better understand and assist you accordingly..? Looking forward to your reply. Thanks & Regards! Priyanka InkThemes.com
Hi, For slider image, code is given below.. Code: .bg-img img { width: 1150px; height: 568px; margin-left: 6px; } And for featured image, code is as follow.. Code: #content .one_fourth img { width: 100%; height: 180px; } Note: Change the numeric value as per the requirement.. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Thanks a lot, Priyanka. Your support is great. It worked out well for the featured images. They are now quadratic. Great The slider image is still not quadratic. I used the code: .bg-img img { width: 1171px; height: 1171px; margin-left: 6px; } What could be wrong? The image I have uploaded is quadratic. But it hasn´t changed in the frontpage. (See attached printscr). Hope you can help. Best Pia
Hi, Pia.. Thanks for your appreciation.. Could you please provide us 'URL' of your site so that we can better assist you? Looking forward to your reply. Thanks & Regards! Priyanka InkThemes.com
Hi, Use below code.. Code: .sl-slider-wrapper { height: 551px; } Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com