Forever Theme fix repeat image
-
On my main page there’s a grey scrolly image that is programmed in to repeat after every blog post. I have to enter down to get it at the bottom of each post. The issue now is that when I add the ‘continue reading’ link the scrolly image is under the text and not below it. Any ideas how to fix this? I wanted it to be a static image to separate each blog post. Thanks!
The blog I need help with is: (visible only to logged in users)
-
Add the following bottom padding to the body.home .entry-content rule where you places your scrolly image.
padding-bottom: 90px;You will then want to remove the extra returns (empty paragraphs) from your posts where you have put them in. After doing that, look at your site main page and you may want to adjust the 90px padding value a little. Look through your posts and you will need to adjust for worst case, or perhaps on worst case leave in one of the empty paragraphs.
-
- The topic ‘Forever Theme fix repeat image’ is closed to new replies.