Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1173800
    ylpl
    Participant

    Hi There,

    My site is http://dev.ylpl.net/wordpress/

    I have it set up where my Footer Menu and Footer Social is activated and they are displayed nicely. I added my Library Location via Footer Content and have it set up nicely but it is displayed right underneath my footer menu. Is there any way to move it upward and to the left of the Footer Menu? That way, my footer will look much sleeker with less scrolling. As always, I appreciate your help; I’d be lost without you. 🙂

    Thank you,

    Daniel

    #1174289
    Prasant Rai
    Moderator

    Hello Daniel,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-social-global {
        float: left;
        width: 56%;
        clear: both;
    }
    
    .x-colophon-content {
        float: left;
        width: 23%;
    }
    
    footer.x-colophon.bottom .x-colophon-content {
        margin-top: 0 !important;
    }
    
    footer.x-colophon.bottom .x-colophon-content h2 {
        margin-top: 0 !important;
    }

    Thanks.

    #1175159
    ylpl
    Participant

    Thanks, I actually floated them the other direction. I’ve tried putting my iframe on the same plane with my Library Location instead of having them stacked. Would I need to create columns to accomplish that? It would therefore be the google maps iframe on the left with library location on its left.

    Also, I’ve added a Copyright at the very bottom but even though I’ve included a <div> it seems to be controlled by the CSS command .x-colophon-content. Is there any way to separate it from that so I can center it at the very bottom?

    As always, I appreciate your help greatly.

    Thanks again,

    Daniel

    #1175448
    Nabeel A
    Moderator

    Hi again,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1177078
    ylpl
    Participant
    This reply has been marked as private.
    #1177199
    ylpl
    Participant

    Hi again, so I was able to break my footer into 2 columns as you can see. Is there any way to have my iframe and Library Location right next to each other? There is currently a little gap between the two at the moment. And as mentioned before, when I include my copyright, it is controlled by the CSS command .x-colophon-content. Any way to have that centered at the very bottom not controlled by my CSS command?

    Thanks again,

    Daniel

    #1177206
    ylpl
    Participant

    Sorry again for another message, just figured out my copyright issue! Just had to add an additional </Div> 🙂

    So I just need help with the first part of my question.

    Thanks!

    #1177328
    Jade
    Moderator

    Hi there,

    Please add this code in your custom CSS:

    .x-colophon-content #footer .x-column {
        width: 40%;
    }
    
    .x-colophon-content #footer h2,
    .x-colophon-content #footer p {
        float: left;
    }

    Hope this helps.

    #1181879
    ylpl
    Participant

    Thank you, that did the trick!

    #1181887
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1173800 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>