Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8358805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T10:55:20+00:00 2026-06-09T10:55:20+00:00

I have a fixed element that is a small menu with a few links

  • 0

I have a fixed element that is a small menu with a few links that will follow you on the page.

I am using Squarespace and make a new widget with the links. In the CSS I put this code:

#moduleContent18520661 { 
    position:fixed  !important;
    margin: auto;
    top:700px;
    left:400px;
    cursor:hand;
    background:#efefef;
    border:1px solid #ffcc00;
    width:480px;
    z-index:100;
}

It works perfect only when I align it on my computer. When I look on my laptop it’s too far down.

How can I pin the element to always be on the bottom of the screen no matter what size the screen is?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T10:55:22+00:00Added an answer on June 9, 2026 at 10:55 am

    If you’re using position: fixed you can explicitly position to the bottom, or any other side, of the screen:

    #moduleContent18520661 {
        position: fixed;
        bottom: 0; /* the bottom edge of the element will
                      sit against the bottom edge of the window */
        /* other stuff */
    }
    

    Just remove the top declaration and replace with the distance you want the bottom edge of the element to to maintain from the bottom edge of the window.

    Also, cursor should either be cursor: pointer; or should have cursor: pointer; follow the cursor: hand;, as that’s a purely IE 6 (if I remember correctly) proprietary CSS property value.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to have an element with a fixed, small height that expands to
I have a small menu div that i would like to keep in the
I have a fixed width element that I want to essentially shoot off the
I've got centered container with fixed width, inside it I have an element that
I have a div element with fixed height and width and overflow:hidden, and I
I have a list of thumbnails. They have fixed size. I would like that
I have a fixed data which will be used in a UITableView later and
I want to have a fixed-width TextBlock that has long, unbroken, horizontal text, and
I have a block element that is positioned absolutely and some other elements on
The idea: I'm creating a div that will change to position:fixed once the top

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.