Community Forums › Forums › Archived Forums › Design Tips and Tricks › Header logo and 'responsive slider' not responsive
Tagged: header logo, mobile responsive, responsive slider
- This topic has 10 replies, 2 voices, and was last updated 8 years, 8 months ago by
Sridhar Katakam.
-
AuthorPosts
-
July 4, 2017 at 11:57 am #208669
aprylk
MemberHello,
I'm working on a child theme and the Header Logo and Genesis Responsive Slider are not actually responsive on my mobile.
I'm working on a local host but i've got a demo at gettingovertwentwyfive.co.uk/twentyeight
The logo image just doesn't show and the responsive slider is huge, can anyone help? I didn't think I had to use any code to make these responsive if I was using the genesis framework and coding guidelines.
http://gettingovertwentyfive.co.uk/twentyeightJuly 4, 2017 at 6:57 pm #208679Sridhar Katakam
ParticipantA fixed width of 1200px is currently set for
.site-headerand#genesis-responsive-sliderin your theme's style.css. Get rid of these to fix the problem.
July 4, 2017 at 11:41 pm #208687aprylk
MemberAh thank you!
do i just remove width completely? or set it to 100%?
I just need to make sure they both stay centered...July 5, 2017 at 3:51 am #208690Sridhar Katakam
ParticipantRemove it completely for
.site-header.Change it to
max-widthfor#genesis-responsive-slider.
July 5, 2017 at 11:30 am #208708aprylk
MemberThank you, it's worked perfectly for the slider.
The logo is now showing - however it's oversized in the mobile view - any idea?
I've changed the code on the local host, not the demo.July 5, 2017 at 6:37 pm #208736Sridhar Katakam
ParticipantTry this:
In style.css, for
.header-image .site-title > asetbackground-sizetocontain !important.
July 6, 2017 at 1:23 pm #208789aprylk
MemberThanks for your spam comment Bobby
July 7, 2017 at 9:46 am #208822aprylk
MemberNo that hasn't worked either - i've tried so many different ways to get the header to fit in a mobile screen and none if it is working. it works if it's just the site header and description, but the minute you upload a logo image, it stops being responsive
July 7, 2017 at 7:41 pm #208838Sridhar Katakam
ParticipantThe fixed widths of 1200px are still present at https://gettingovertwentyfive.co.uk/twentyeight/. Can you update your demo site and let us know when done?
July 8, 2017 at 4:16 am #208841aprylk
MemberTo be honest it's more effort than it's worth to reload the theme on the demo site, because you can't edit the code on there. but i'm happy to copy the CSS here:
(Edited by moderator: Please don't add your entire stylesheet; it clogs up forum search results).July 9, 2017 at 3:23 pm #208890Sridhar Katakam
ParticipantUnfortunately, for me to assist you I'd need either your website URL where you can make the suggested edits or access to your website that I can log into and make the changes myself.
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.