Forum Replies Created
-
AuthorPosts
-
PS. The complete CSS fix now looks like this:
#header .avia-slideshow { margin: 0; } #header .widget { padding: 0; } @media only screen and (min-width: 750px) { .container.av-logo-container { display: none; }}
Hi Rikard,
I solved the issue late last night and didn’t make it put a follow-up comment on this thread.
This CSS fix was giving me trouble, as it also completely removed the burger menu on smaller screens (iOS):
.container.av-logo-container { display: none; }
I found out that modifying it to below certain screen sizes fixed the issue:
@media only screen and (min-width: 750px) { .container.av-logo-container { display: none; }}
Thanks again for all you support.
Kind regards,
SteenHi again,
Small problem just occurred as a result of this.
I can’t see the burger menu on mobile devices. Menu appears fine on PC and tablet screens, but on mobile there’s no menu at all.
Is there some CSS fix for this?
Thanks.That did it. Thank you!!! :-)
Hi Yigit,
That almost did the trick!
I added a ‘header’ widget to my header area and added shortcode to my Easy Slider. But, now I’m seeing a white “box” above and below my slider image – e.g. no full-width background. It seems like it is constrained inside a container. How can I change this for my header area?Thanks.
Regards,
SteenHi Jordan,
#1
Yes, I would like to use a multi-image slider, as my slider-images contain the logo I would like to use.#2
Could I perhaps ask for a sample code for making this with CSS?Thanks.
Regards,
Steen -
AuthorPosts