Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS I need help to find the right line!

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #240510
    MGII
    Participant

    Hi
    I’m running a website for an upcomming event on zohosites, and I have basic skills with html, enough to get going. I did adjust many of the other elements and I got what I needed. But I now need to resize a map that was embeded from google map with an automatic tool. I know I can resize it somewhere in the CSS, but I don’t know exactly what to search for, so it’s going as good as you can imagine.

    Can someone here help me and highlight the right line in the CSS to get what I need? Thanks a lot

    http://codepen.io/MGII/pen/WwzRRp

    #240511
    Beverleyh
    Participant

    People won’t really want to trawl through a 2000+ line CSS file for you.

    I think the easiest thing would be for you to use the developer toolbar (F12 in most browser) to find the element(s) that need to be targeted – most likely an iframe, maybe with a class or id. When you know what classes/ids/elements are involved, it will be easier to locate in the CSS.

    You can make a Google map responsive by adding a wrapper div, which may or may not already be done by whatever automatic tool you’re using. You can investigate if this is the case by viewing the source of the web page via a right-click in the browser, or use the developer toolbar. If a wrapper div isn’t already in place, you will need to modify the HTML markup to include one. I do not know what zohosites is or how much access you have to modifying the template, but once you’ve done that (or worked out if there is already an existing div/element you can manipulate) here’s a way to make a Google map responsive manually https://www.ostraining.com/blog/coding/responsive-google-maps/

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.