Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1180427

    Hi, there is a large amount of space between my title and fullwidth sub menu on 2 of my pages. Who would I shorted these up? ideally I would them to be the same spacing.

    #1180616

    Hey lmzucker432,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-section {
        min-height: auto;
    }

    Best regards,
    Rikard

    #1181037

    After clearing my cache and adding that code no elements changed.

    #1181253

    Hi,

    The code is applying and it has changed the front end of your site. Please try to load the page in an incognito/private window.

    Best regards,
    Rikard

    #1183998

    Thank you. Is there a way to increase the the space a to 10 px for this section.

    #1184071

    Hi,

    Add this to quick css:

    .avia-section {
        margin:10px 0!important;
    }

    Best regards,
    Jordan Shannon

    #1184329

    when that code is inserted things jump more than 10px and it is in the wrong spot. here is a screenshot. I want there to be spacing under the first full width sub men not the second special heading. i tried to add a whitespace separator between the 2 areas but it did not work. screenshot of what im trying to do.

    #1184772

    Hi lmzucker432,

    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

    
    #top #wrap_all #av-custom-submenu-1 {
      margin-bottom: 30px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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