Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1069426

    Hello

    I have the theme set using right side header but the menu disappears upon scroll. I would like to make the header and menu’s stick so that they are always visible to the front end user.

    I would also like the socket to always be visible but transparent – please refer http://www.knightsbridgecircle.co.uk

    Can you please assist?

    Thank you.

    #1070235

    Hey digitalalso,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .html_header_sidebar #top #header {
        position: fixed;
    }
    
    #socket {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0,0,0,0.5);
    }

    Best regards,
    Nikko

    #1070372

    solved!

    • This reply was modified 5 years, 9 months ago by dlikat.
    #1070559

    Hi dlikat,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1070584

    Thank you for your prompt reply guys! This works perfectly :-)

    #1070586

    Is it possible to make the content/sidebar ratio less than 80% / 20% – it would be good to reduce the size a little.

    #1071658

    Hi,

    Thanks for the update.

    Yes, you can override that settings with css code. Try this:

    .container .av-content-small.units {
        width: 85%;
    }
    

    If you would like to follow the golden ratio, best content to sidebar option is 73% | 27%.

    Best regards,
    Ismael

    #1071659

    Thank you!

    I’ve also just noticed that if the users screen is minimised it cuts off the sub menu. When scrolling it scrolls through the actual page and not the menus/header – is there a work around for this please?

    #1071670

    Hi digitalalso,

    Can we request for a screenshot? I can’t seem to reproduce it on my end.

    Best regards,
    Nikko

    #1071672

    Sure thing. how can i share that with you?

    #1071676

    Hi digitalalso,

    You can post it on https://imgur.com/ or any online image sharing sites like dropbox.
    Then post the link here, the link can also be posted in private content if you want to keep it private.

    Best regards,
    Nikko

    #1071678
    #1072124

    Hi,

    Thank you for the screenshot.

    You can pull the sub menu container upwards so that the bottom part is still visible even when the browser is minified.

    .html_header_right .av-main-nav ul {
        margin-top: -100px;
    }

    Best regards,
    Ismael

    #1072216

    thanks but that doesn’t put a failsafe fix on things if people have their screen minimised https://www.dropbox.com/s/8gae7vg94uylmih/Sub%20Menu%20Cutting%20Off%20After%20CSS.jpg?dl=0

    #1072837

    Hi,

    You can dynamically adjust the position of the sub menu on browser resize but that will require modification that is beyond the scope of support. And I think users will be able to figure out maximizing the browser screen size when they need to access that sub menu.

    Best regards,
    Ismael

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.