Home › Forums › All Other Themes › Can featured images be a fixed width?
- This topic has 12 replies, 3 voices, and was last updated 8 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
May 3, 2016 at 9:28 pm #32547
Hi there,
I have followed some advice that you posted to the forum previously to set the featured image width on the slider. Is it possible to set the featured images on each page to a fixed width using some custom CSS? At the moment they all default to 100% width and my client would like a fixed width?
Thank you in advance for any help.May 4, 2016 at 6:07 am #32576Hi Clare,
Yes you can fix the header image to fixed width. Kindly show us your website URL.
Regards,
DaveMay 4, 2016 at 9:15 am #32595Hi Dave,
Oh that’s great.
The dev site is www.clarebrook.co.uk.Thanks in advance,
ClareMay 4, 2016 at 12:28 pm #32608Hi Clare,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.innerbanner{margin:0 auto !important; width:1000px !important;}
Regards,
DaveMay 4, 2016 at 5:10 pm #32660Thank you Dave, that works a treat.
I have one more question – when the site is viewed on a mobile the main navigation text isn’t legible – but if I change the font colour so that it can be read on the mobile site, it doesn’t look right on the main site. I think it’s because the navigation background colour is set for the menu.
Is it possible to change the menu text colour in the mobile site but not the main site? Would you mind looking at the navigation menu in a smaller window to see what I mean? Do you have a good solution to this?Thank you again,
ClareMay 5, 2016 at 5:58 am #32701Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:768px) {
.header .header-inner .nav ul li a, .header .header-inner .nav ul li ul li a{color:#ffffff !important;}
}Regards,
DaveMay 5, 2016 at 6:00 am #32702Hi Clare,
Your logo seems to be stretched on desktop. By pasting this code in custom CSS box resolve the logo issue.
.logo img{height:auto !important;}
Regards,
DaveMay 5, 2016 at 9:35 am #32726Hi Dan,
Thank you so much for all your help – it all works brilliantly.
The logo looks terrible doesn’t it?!! The client wants the Bee to be bigger and so despite the fact that the layout looks worse we have to go with what he wants. The logo is being re-worked so that it is a sharper, less pixelated image at least.Thanks again,
ClareMay 5, 2016 at 12:19 pm #32736Hi Clare,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/
Regards,
DaveMay 10, 2016 at 7:08 pm #33236Hi Dave, I tried to leave a glowing review for you but this site kept telling me that I had to be logged in to leave a review – even though I was? I don’t know if anyone else has experienced difficulties … I’ll try again.
Please could you help me with one more thing? If you view the website: still on www.clarebrook.co.uk on a mobile, the content of the pages is squidged over to one side. If you navigate to any page you will see what I mean. Do you know what’s going on?
Thanks,
ClareMay 11, 2016 at 6:34 am #33265Hi Clare,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:786px){
.innerbanner{width:100% !important; height:auto !important;}
}Regards,
DaveMay 19, 2016 at 10:54 am #34172Hi Dave,
Thanks once again – that works a treat. I’ll try and leave a review again now.
Best wishes,
ClareMay 19, 2016 at 2:09 pm #34193Thanks Clare.
Regards,
Shri -
AuthorPosts
- The topic ‘Can featured images be a fixed width?’ is closed to new replies.