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

    Hi team,

    I’m wondering if i can get the spacing between text and colour sections to be consistent.

    As you can see here,

    This spacing

    Is larger than

    Thanks, Lara

    #1056232

    Hey Lara,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #av_section_1 .sort_width_container.av-sort-yes {
      height: 0;
      margin: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1056363

    Hi Victoria,

    This code doesnt work unfortunately.

    Lara

    #1056375

    Hi,

    Did you add the code to the very top of quick css so that it runs first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1056377

    Hi Jordan,

    Sure did.

    There’s still the large spacing.

    #1056476

    Hi Lara,

    Add this css code in Quick CSS (located in Enfold > General Styling):

    #top .widget_execphp, 
    #top .widget_execphp .widget, 
    #top .widget_execphp .nested_nav {
        padding-bottom: 0;
    }

    Let us know if this helps.

    Best regards,
    Nikko

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