Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #466907

    quasi sagen 4 farbquadrate

    sollen keinen Abstand dazwischen haben

    sollen links und rechts bündig mit der eingestellten Seitenbreite abschliessen

    ——

    wo kann ich das einstellen ?

    #467346

    Bitte um Hilfe

    #468029

    Hi!

    Please try using Grid Row element. If it does not help, please post the link to your page and a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Cheers!
    Yigit

    #468080

    http://www.gasthaus-hoelzlwimmer.de/

    plz look at the maps widget i want to display it without any borders. it should fill the hole section

    #468094

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #map .container {
      margin: 0;
      padding: 0;
    }
    #map {
      max-width: 100%;
      padding: 0;
      margin: 0;
    }

    and then edit your color section and choose not to display padding

    Regards,
    Yigit

    #468766

    Thank you.

    But i still get a padding at the bottom.

    #469545

    Hi!

    there is no padding anymore, as it is set to “0”, but you can control the margin with this:

    #map {
    margin-bottom: -10px;
    }
    

    Hope this helps!

    Cheers!
    Andy

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.