Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #707934

    Hi guys,

    could you help me out:
    it would like the scroll balk (not sure how to name it in english) which is on my screen at the right, full length of the website be removed to the main content of my website. So is it possible to get a scroll balk inisde the maincontect/text block instead of a full one on the right?

    thanks!

    #707996

    Hey Anneloes1981,

    Would you mind posting us a link to the page where we can see the issue and post us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

    #708710
    #708788

    Hi,

    Thanks for the info though I still don’t understand what you would like to achieve unfortunately, if you remove the scrolling users won’t be able to see the full content on the page?

    Best regards,
    Rikard

    #709733

    Hi, see my privat reply

    #710070

    Hi,

    Thanks for the clarification, it might seem like a basic thing to do but in reality it would take a lot of customisation to the page unfortunately. Also, from a user perspecive, I think you would confuse users since it would deviate from how the rest of the site works and functions.

    Best regards,
    Rikard

    #710167

    Thank you, but..
    My previous site was self build with html. Of course very basic, but there it was possible to scroll in the main content.
    And if this really cant be done, what would you suggest? Cause it really looks strange to me not to see the footer, and have a very long way of scrolling down. Looks not neat!
    So, any other option to “lock”the footer/ to stick the footer on the same place and to scroll in the main content?
    Thank you

    #710268

    Hi,

    I’m not saying it can’t be done, but from a usability perspective I think you will confuse users by having a fixed footer and internal scrolling on one page, and on the next page not. Also, is the footer more important than your actual content? If not I would recommend that you keep things the way they are. If you still want a fixed footer we can try to help you out, though I think you won’t keep it anyway :-)

    Best regards,
    Rikard

    #710686

    thanks!
    Yes please, ,if you can give some clues about how to manage the scrolling, that would be great!

    #711382

    Hi,

    Try adding this code to Quick CSS (located in Enfold > General Styling):

    #footer {
        position: fixed;
        bottom: 31px;
        width: 100%;
    }
    
    #socket {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    Hope this helps.

    Best regards,
    Nikko

    #711431

    thank you Nikko, PERFECT!

    #711552

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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