Tagged: google maps
- This topic has 8 replies, 2 voices, and was last updated 6 years, 1 month ago by
vraugul1.
Viewing 8 reply threads
- AuthorPosts
- February 19, 2019 at 2:35 pm #49007
- February 19, 2019 at 2:50 pm #49020
WCFM Forum
MemberSure, restrict this using CSS.
Thank You
- February 19, 2019 at 3:04 pm #49027
vraugul1
ParticipantThis reply has been marked as private. - February 19, 2019 at 3:48 pm #49031
WCFM Forum
MemberHI,
Please add this CSS –
.wcfmmp-stores-listing .wcfmmp-store-list-map { width: 75%; margin: 0 auto; }
- February 19, 2019 at 4:20 pm #49035
vraugul1
ParticipantI need to change the height
Limit it to 300pxThank you!
- February 19, 2019 at 4:33 pm #49041
WCFM Forum
MemberOk, just add here –
.wcfmmp-stores-listing .wcfmmp-store-list-map { width: 75%; height: 300px; margin: 0 auto; }
Thank You
- February 19, 2019 at 4:47 pm #49042
vraugul1
ParticipantThis code did not change the height.
I need the width to be 100%
A height of 300px.Thank you!
- February 19, 2019 at 4:58 pm #49045
WCFM Forum
MemberOK, use this –
.wcfmmp-stores-listing .wcfmmp-store-list-map { height: 300px !important; }
- February 19, 2019 at 5:06 pm #49046
vraugul1
ParticipantThank You Very Much!!!
- AuthorPosts
Viewing 8 reply threads
- The topic ‘Maps’ is closed to new replies.