New Topic

Footer Margin

Home › Forum › Help › Footer Margin

Tagged: 

This topic contains 9 replies, has 2 voices, and was last updated by  StartupWP 4 years, 6 months ago.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1830

    uendi
    Participant

    Hi

    Apologise as I need help again.

    I have added in a newsletter plugin and set the margin properly and nicely months ago. However, now I don’t understand why the texts jump to the top after the user sign up the newsletter http://prntscr.com/4iui1s again.

    Thanks.

    #1831

    StartupWP
    Keymaster

    The problem is this style block:

    #newsletter_textone {
      bottom: 255px;
      color: #ffffff;
      display: block;
      font-family: arial,helvetica,sans-serif;
      font-size: 14px;
      font-style: italic;
      margin-left: 574px;
      position: relative;
    }

    Specifically, this line: bottom: 255px;. The relative positioning is changing upon signup because the signup form disappears upon signup, hence changing the relative distance/spacing in the area.

    #1832

    uendi
    Participant

    However, if I don’t use position: relative; bottom: 255px; I won’t be able to make that sticky text move to the top.

    Any suggestion ?

    #1833

    StartupWP
    Keymaster

    Unfortunately, the solution is not a simple one. There will always be problems with absolute/relative positioning. It’s always best to actually have elements placed, ordered and stacked as close to their appropriate spots as possible, then style padding and margins from there.

    #1835

    uendi
    Participant

    In that case, am I using the proper and correct way of placing the text “Keep updated our latest products and offers….” in the footer ? I mean html and css code.

    If No, then please guide me the correct method ? So that in future, I do not have to make this error any more.

    Thanks.

    #1836

    StartupWP
    Keymaster

    Where does “Keep updated our latest products and offers….” actually exist?

    In footer.php, a footer widget, etc.?

    #1837

    uendi
    Participant

    I placed them in StartupPro Options >> Copyright Wording there.

    #1841

    StartupWP
    Keymaster

    Unfortunately, this requires hands-on custom assistance. It’s not something we can really explain, it’s something that needs to be done. We recommend:

    http://calmestghost.com/

    #1889

    uendi
    Participant

    Thank you.

    #1892

    StartupWP
    Keymaster

    You’re welcome.

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

You must be logged in to reply to this topic.