Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #425056


    problem

    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?

    #425058

    #425333

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #socket {
      margin-left: 300px;
    }

    Cheers!
    Yigit

    #425549

    It worked for desktop, but on smartphones is not working, can it be responsive?

    #426302

    Hey!

    Please change the code to following one

    @media only screen and (min-width: 768px) {
    #socket {
      margin-left: 300px;
    }}

    Regards,
    Yigit

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