Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #448431

    Hello,

    I try on my website http://voyage.moua.fr to remove completely the blank margin near my map.
    (The map is generated with the plugin http://codecanyon.net/item/progress-map-wordpress-plugin/5581719 )

    In my Enfold theme options, I did put max container width 100%, content sidebar ratio 80/20, max content+sidebar width 100%.
    I created a color section with “at least 100%”, no margin and no padding, gave it developer id “voyhome”, and did put in quick css this code.
    full-width-section-voyhome .container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    }

    But I still have no luck.

    Any ideas ?

    Y

    #448435

    Hey Y

    Please add following code to Quick CSS as well

    #voyhome .container {
      padding: 0;
    }

    Best regards,
    Y

    #448466

    Perfect, it works !
    And I spent three hours testing three thousand solutions when three little lines were the solution…

    #448467

    Hi!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Have a great weekend!

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove completely margin in colour section on homepage’ is closed to new replies.