Tagged: table
-
AuthorPosts
-
October 26, 2021 at 12:02 pm #1326470
Hi I would need to center the 3 custom images of the social icons in the footer-template page you see on the website http://www.toysanarchy.com.
I tried both with table and with html code but I could not. Can you please help me? Thanks GianlucaOctober 26, 2021 at 12:34 pm #1326482Hey sitibus,
They are centered in the table which you are currently using, I’m not sure exactly how you want to center them though? Maybe you have a screenshot highlighting your intentions?
Best regards,
RikardOctober 26, 2021 at 2:25 pm #1326497Hi would like such a result: http://works.s2t.it/gianluca/socials-inline.html Tks Gianluca
October 26, 2021 at 4:15 pm #1326520Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#container-icone br { display: none; } #container-icone { text-align: center; }
Best regards,
RikardOctober 26, 2021 at 6:05 pm #1326531Great deal. But do I have to leave my html code?
October 27, 2021 at 5:31 am #1326596Hi,
If it’s the bottom icons you are trying to align, then yes, you can leave your markup in there.
Best regards,
RikardOctober 31, 2021 at 9:28 am #1327161Ok thanks.
And to increase the space between the three images how can I do?
Tks GianlucaOctober 31, 2021 at 11:03 pm #1327225Hi,
To increase the space between them you would add padding like this:.icona-social { padding-right: 5px; padding-left: 5px; }
Best regards,
MikeNovember 1, 2021 at 12:09 am #1327238I already didit but nothing changed.
Do you mean in the html of the text element or in the css in general styling of enfold?November 1, 2021 at 12:34 am #1327241Hi,
I had meant in the Quick CSS, but when I logged in and tried it I noticed the icons became smaller so I adjusted to this:#container-icone .icona-social { padding-right: 5px; padding-left: 5px; height: 40px; width: 50px; }
Please see the screenshot in the Private Content area of the before & after and clear your browser cache and check.
Best regards,
MikeNovember 2, 2021 at 11:13 am #1327404Great job!
Dut now I don’t know what is due with enfold active the product page no longer works correctly (you can see only 5 images everything is gone) while with a default theme active everything works correctly can you check? thanks GianlucaNovember 3, 2021 at 1:03 pm #1327622Hi,
Odd, I don’t believe that this is related to the above css, have you added any new plugins or made any changes since it was working correctly last? It looks like the Advanced Layout Builder was used last to edit your product this would override the default woocommerce layout which I thought was what had been using in the past.
Try reverting back to using the default editor with revisions.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.