Tagged: Socket; Spacing of Text
-
AuthorPosts
-
June 4, 2024 at 6:51 am #1447661
In the socket of my website, the following text appears as follows:
© 2024 Legal HD – Advice & Counsel. All Rights Reserved | Site Map | Legal Disclaimer | Terms of Service | Privacy Policy
How can I move all of the text from “Site Map” to “Privacy Policy” so that it appears more toward the center of the socket? Right now the text is all crammed together with the copyright information, and I would like to create some separation.
Link to page with socket is below.
June 4, 2024 at 9:41 am #1447722Hey craig374,
Please try wrapping the content in question in a div or paragraph and add a class to it:
<p class="socket-menu">Your content goes here</p>Otherwise it’s not possible to target it with CSS.
Best regards,
RikardJune 4, 2024 at 2:45 pm #1447921Thank you for the suggestion. Wrapping the content as suggested did move it; however, it moved it down to its own line, below the copyright statement.
What I would really like to do is have all of the content on a single line, just have it spaced out to it isn’t all crammed together on the left side.
Any thoughts on how I can accomplish that?
Link to page with current socket below.
June 4, 2024 at 6:26 pm #1448056Hi,
You can wrap it in a span element instead, but please don’t remove what you added. If you do then we can’t help you out with CSS.
Best regards,
RikardJune 4, 2024 at 11:03 pm #1448324The suggestion does not appear to have any effect. Any other thoughts? I did flush the cache. The text is still grouped together on the left with the copyright information.
June 5, 2024 at 5:57 am #1448394 -
AuthorPosts
- You must be logged in to reply to this topic.
