Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1098396

    I want the “Direktlinks”-section to move closer to the third footer widget (“Kontakt”).

    How can I do that?

    #1098555

    Hey transformmedia,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    #footer #text-3.widget {
        padding-left: 5vw;
    }
    
    
    

    Best regards,
    Vinay

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