Tagged: Footer Margin
This topic contains 9 replies, has 2 voices, and was last updated by StartupWP 4 years, 6 months ago.
- AuthorPosts
- September 1, 2014 at 8:12 PM #1830
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.
September 2, 2014 at 12:07 PM #1831The 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.September 2, 2014 at 3:33 PM #1832However, 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 ?
September 3, 2014 at 11:19 AM #1833Unfortunately, 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.
September 3, 2014 at 5:48 PM #1835In 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.
September 4, 2014 at 2:41 PM #1836Where does “Keep updated our latest products and offers….” actually exist?
In footer.php, a footer widget, etc.?
September 4, 2014 at 4:43 PM #1837I placed them in StartupPro Options >> Copyright Wording there.
September 6, 2014 at 2:12 PM #1841Unfortunately, this requires hands-on custom assistance. It’s not something we can really explain, it’s something that needs to be done. We recommend:
September 16, 2014 at 8:04 AM #1889Thank you.
September 16, 2014 at 3:47 PM #1892You’re welcome.
- AuthorPosts
You must be logged in to reply to this topic.