Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Image slider in logo area #1059114

    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; 
     }} 
    in reply to: Image slider in logo area #1059111

    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,
    Steen

    in reply to: Image slider in logo area #1058426

    Hi 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.

    in reply to: Image slider in logo area #1057805

    That did it. Thank you!!! :-)

    in reply to: Image slider in logo area #1057771

    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,
    Steen

    in reply to: Image slider in logo area #1056496

    Hi 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

Viewing 6 posts - 1 through 6 (of 6 total)