• Newbie to WordPress… Using Adapt theme 4.2.5 version… Need help!

    1. Trying to move “PayPal merchant Logo” banner down into the orange footer to the right of “Subscribe & Connect” widget. May have to resize image once down into position.

    2. Once the “PayPal merchant Logo” banner is moved down, I want to bring the “Authorized Dealer Banner” down where the “PayPal merchant Logo” banner is now and centered.

    I have tried several forum ideas but my lack of WordPress experience brings me here.

    https://www.pspusa.net

    Any help would be appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • How are you inserting these images? Are you editing your index.php file? Or using a plugin?

    Thread Starter rainman1292

    (@rainman1292)

    I inserted the both images in the footer.php with the image links pointing to the images in the media library

    Have you tried inserting them into a widget? It looks like there are footer widgets set up for you. I would try putting all the <img>’s into a text widget.

    in your WP Admin section go to appearance > widgets > drag the Text widget to footer-two and copy/paste your <img> links in > click save > visit your page and refresh.

    If that doesn’t work. Try doing it manually in the footer.php file.

    Place your images into:
    <div id="footer-two"> [your images here] </div>
    <div id="footer-three"> [your images here] </div>
    <div id="footer-four"> [your images here] </div>

    It looks like the blocks are set at 230px wide, so you might want to edit your files in photoshop and break them up into smaller sections. If you’re comfortable editing CSS, you can add this to your custom CSS: #footer-2 { width: 750px; }

    Either way, you have your work cut out for you. Please let me know if any of these suggestions work for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need help centering image in footer & moving image’ is closed to new replies.