• Resolved vetiver

    (@vetiver)


    Hi guys,

    I am new to WordPress and English is not my first language so I apologize in advance for any lack of content.
    The site is vetiveriastatera.com
    I embedded a google map in the contact us section and I would like to move it on the upper right part of the page. https://vetiveriastatera.com/contact-us-2/

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • You’ll want to find and make the following edits in your CSS styles.css file:

    div.wpcf7 {
        float: left; <---add
        margin: 0;
        padding: 0;
        width: 45%; <-add
    }

    Add this entire block:

    .widgets_on_page {
        float: left;
        width: 50%;
    }

    You might have to do some additional tweaking to make it look perfect, but that should get you pretty close.

    Thread Starter vetiver

    (@vetiver)

    Hey thank you so much,

    I know it’s sounds terrible, but I really don’t know where to add this css.
    Where do I find the CSS styles file?

    Thanks a lot!

    Thread Starter vetiver

    (@vetiver)

    Just fixed with you css block and simple custom css plugin .

    Amazing! Thank you so much!

    Look under Appearance > Editor. You’ll find the current theme’s styles.css file there.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I move a Google embedded map?’ is closed to new replies.