Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #641785

    I really like the way this Google Maps is set up.

    It has the street address at the top of the map and the city at the bottom.

    Is there any way to achieve this with the Google maps element?

    OR

    Is there a way to make the map as a background instead of an image, like in the color element?

    Thank you.

    #642445

    Hey,

    Place a section after the Maps element and adjust its position with CSS:

    #cover_section{
    position: absolute;
    }

    Best regards,
    Josue

    #651782

    I did a text box below the map element with some sample text.

    What do I replace absolute with to make the text block element shift up?

    Thank you.

    #651791

    Hi,

    It appears you already have WASHINGTON D.C on the map. Do you need the phone number below it to be on the google maps? I think it would make the design look busy but if you still want it then it has to appear above WASHINGTON D.C correct?

    Turn on custom css class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Add a class name to the text below the map. (NOTE: The text block should be right below the map element and should be inside the same container ).

    and use the css below in Quick css
    Adjust the margin value to suit your design.

    .custom-class{
    margin-top:-200px;
    }

    Best regards,
    Vinay

    #651793

    I will try that, thank you.

    Is there any way you can take a look at this ticket: https://kriesi.at/support/topic/autorespond-text-displayed-on-page-not-updating/

    It is very urgent…thank you.

    #651797

    Yes, that worked for the map…Thank you!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Google Maps’ is closed to new replies.