Footer alignment widget

  • Unknown's avatar

    Hello

    I use the lodestar theme and I need help with the following:

    I have been trying to align the text underneath to the right of the Google maps widget.

    I tried with the alignment tag but it didn’t seem to work.
    Did I use the wrong selector or did I use the wrong code ?

    Could someone help me out on this matter ?

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi scheerlinckbvba

    I think this is what you are looking for.

    section#widget_contact_info-12 {
        text-align: right;
    }
  • Unknown's avatar

    To add custom CSS

    Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.

  • Unknown's avatar

    Hello there

    unfortunately that was not what I was seeking for. The code as it is written by you is aligning the text to the right while what I was looking for is to get the text to appear at the right side of the google maps widget.

    Maybe the word alignment is not the adequat word to use but its really more the position of the text that needs to change the whole container to the right maybe ?

  • Unknown's avatar

    Hello there

    unfortunately that was not what I was seeking for. The code as it is written by you is aligning the text to the right while what I was looking for is to get the text to appear at the right side of the google maps widget.

    Maybe the word alignment is not the adequat word to use but its really more the position of the text that needs to change the whole container to the right maybe ?

  • Unknown's avatar

    OK, I’m with you now. Try this:

    .site-footer .widget-column {
        display: -webkit-box;
    }
  • Unknown's avatar

    Hey,

    Thank you for all the work. The combination of the 2 codes (selectors) helped me out to get the thing I wanted to achieve. I added some padding to get the position sligtly more appealing.

    Thanks for all the help and codes

  • Unknown's avatar

    You are welcome :)

  • The topic ‘Footer alignment widget’ is closed to new replies.