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

    Hi,
    how can i remove the space of the footer menue and the theme?
    I also would like to move footer title to end with theme.
    How can i do that?
    kind regards
    Jak

    #1462894

    Hey Jak73,

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

    #socket .sub_menu_socket li {
      padding: 0 10px 0 0;
    }
    
    #footer-title {
      left: -50px;
    }

    Best regards,
    Rikard

    #1462901

    Hi Rikard,
    just added it, thank you.
    Seems, that it does not effect it?
    Kind regards
    Jak

    #1462951

    Hi,

    It looks like it’s applying on my end, did you try checking in a private or incognito browser window?

    Best regards,
    Rikard

    #1462961

    Hi Rikard,
    i just checked it again and made a screenshot.
    It is still not in between themes dimensions?
    kind regards
    Jak

    #1462984

    Hi,

    Please try this as well:

    #socket {
      max-width: 1600px;
      width: 1600px;
      display: table;
      margin: 0 auto;
    }
    
    #socket .container {
      padding: 0;
    }

    Best regards,
    Rikard

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