- This topic has 3 replies, 2 voices, and was last updated 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Technical Theme Support › STAX Theme › Mobile Responsive Header & Slideshow
Tagged: responsiveness header slideshow
Hello,
on our site we have a problem with the responsiveness of the header and the organic blocks slideshow.
In the header the searchbar doesn’t change in size or form wich leads to the case in wich the sitelogo shrinks to the point that it is not readable anymore and the menu and socialmedia icons are like a list from top to bottom.
The slideshow pictures just stop to shrink at some point so it cuts parts left and right side of the picture off.
Thanks!
Hi Joaquim,
Thanks for reaching out! Can you please provide a link to your site so we may review this issue?
Thanks!
Hi Joaquim,
I apologize for the delay. Upon inspecting your site, this issue is occurring because there is a hard width value defined for the search bar. My suggestion would be to hide the search bar on only mobile devices by adding the following style within the Additional CSS section of the Customizer:
@media screen and (max-width: 768px) {
.header-wrapper .wp-block-search {
display: none;
}
}
I hope this helps.
Thanks!