Okay
  Public Ticket #4493148
Is there a way to make the div/border above the copyright in the footer not full width? ie make it the same with as the footer?
Open

Comments

  •  20
    Jen started the conversation

    I would like the border above the copyright row to be contained rather than full width. Is this possible?

  •   Tahir replied privately
  •  20
    Jen replied

    Hi Tahir

    I applied that but the rule/border still stuck out 100px wider.

    I then changed it to 1325 and the line is the exact right width, but now the copyright text is indented.

    ie (screenshot)

    Ideally I want them both the same width



    Attached files:  Screenshot 2025-09-11 at 4.55.10 pm.png

  •  20
    Jen replied

    fixed it!  Back to 1425 without any padding

  •  9,459
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #ajax-content-wrap #footer-outer #copyright .container {
        padding: 0 !important;
    }

    Thanks


     Salient Support Team