Tagged: socket
-
AuthorPosts
-
October 25, 2018 at 10:39 am #1026273
Hello there
Is there a way to centre the links and social icons centred like the text above?
See Private Content for URL
October 25, 2018 at 10:55 am #1026278Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#socket ul.noLightbox.social_bookmarks { max-width: 90px; margin: auto; float: none; clear: both; }
Best regards,
YigitOctober 25, 2018 at 11:05 am #1026283Cheers, that has fixed the social media icons… How do I do the underneath links?
October 26, 2018 at 12:40 pm #1026763Hi whdsolutions,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 1024px) { #socket .sub_menu_socket { float: none; margin: 0 auto; width: 70%; } }
If you need further assistance please let us know.
Best regards,
VictoriaOctober 26, 2018 at 12:47 pm #1026771These are not centred :-(
October 26, 2018 at 1:24 pm #1026780Hi,
They are both in center on my end. Attached a screenshot in private content field.
Please flush browser cache and refresh your page a few times :)Best regards,
YigitOctober 26, 2018 at 2:30 pm #1026802We have checked on all 5 PCs here – All the same :-(
Also my client has checked and can’t see anything centred – looks like they are aligned left, they do go centre if you make the browser window a certain size… But they need to be naturally centred like the text above this
- This reply was modified 6 years ago by whdsolutions.
October 28, 2018 at 8:25 pm #1027327Hi,
I have the same view as Yigit unfortunately.
Best regards,
BasilisOctober 29, 2018 at 10:13 am #1027419Not here and not on my client’s screen – have you checked at different resolutions?
October 30, 2018 at 1:48 pm #1028007Hi whdsolutions,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 1000px) { #socket .sub_menu_socket { float: none; margin: 0 auto; width: 756px; } }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.