Viewing 5 posts - 1 through 5 (of 5 total) Author Posts April 8, 2015 at 4:04 am #425056 tff2011Participant I want that the “Socket” part of the footer to have exactly the same width that the “Widgets” part of the footer have, and to be responsive exactly in the same manner. What should I do to achieve this goal? April 8, 2015 at 4:06 am #425058 tff2011Participant April 8, 2015 at 2:54 pm #425333 YigitKeymaster Hey! Please add following code to Quick CSS in Enfold theme options under General Styling tab #socket { margin-left: 300px; } Cheers! Yigit April 8, 2015 at 8:04 pm #425549 tff2011Participant It worked for desktop, but on smartphones is not working, can it be responsive? April 10, 2015 at 4:28 am #426302 YigitKeymaster Hey! Please change the code to following one @media only screen and (min-width: 768px) { #socket { margin-left: 300px; }} Regards, Yigit Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In