Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Showing logo when responsive menu is open #364344

    Thanks Elliot! What about preventing the page from scrolling to top when mobile menu is opened ?

    Cheers,
    woeph

    in reply to: How to adjust responsive header height? #363919

    Nevermind, I’ve done it now. :) Thanks.

    in reply to: How to adjust responsive header height? #363910

    Thanks Yigit, I managed to get what I wanted. However, because I have the shrinking/transparent header enabled on my theme, when I scroll down on mobile the header will fade out and quickly back in. I believe this is the transition between normal header to shrinked header but I can’t manage to hide the transition targeting mobile viewport only. Could you please assist?

    Cheers,
    woeph

    in reply to: Custom Logo + Site title #362658

    Done some edits, it’s sorted now. Thanks guys!

    /* Adjustments for SVG logo */
    .logo img {
    height: 100%;
    }
    
    @media only screen and (max-width: 767px) {
    .responsive .logo img {height: 100% !important;}}
    
    /* Subtext */
    #top .av_header_transparency.av_alternate_logo_active .logo a > img {opacity: 1; filter: alpha(opacity=100); }
    strong.logo, .logo a { overflow: visible; }
    span.subtext { position: absolute; left: 120%; top: 0; color: white; width: 100px; font-size: 16px; font-weight: 600; }
    
    @media only screen and (max-width: 767px) {
    span.subtext { left: 100px; }}
    in reply to: Custom Logo + Site title #361903

    Hey Ismael,

    Thanks for the code, it helped to an extent. I’d like to enable this to work with the shrinked header and it’s also messed up on mobile. For the record, I’m using an SVG logo and the full code is

    /* Adjustments for SVG logo */
    .logo img {
    width: 100%;
    }
    
    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img { max-width: 80%; }}
    
    /* Logo + Text */
    #top .av_header_transparency.av_alternate_logo_active .logo a > img {opacity: 1; filter: alpha(opacity=100); }
    strong.logo, .logo a { overflow: visible; }
    span.subtext { position: absolute; left: 230px; top: 0; color: white; width: 100%; }
    in reply to: Footer with full width button inside widget #361838

    Great. Thanks!

    in reply to: Footer with full width button inside widget #361216

    Hi Yigit,

    Thanks, that’s exactly what I needed but I still get some padding on mobile and I’m not sure what I need to add in css. Can you please have a look?

    Thanks.

    in reply to: Custom Logo + Site title #361213
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)