-
AuthorPosts
-
August 21, 2023 at 11:27 am #1416747
HI Mike
I’m working on placing a social media icon in the footer. There has been added the below css in quick css:
#footer .widget ul.social_bookmarks {
display: inline-flex;
gap: 0px 10px;
}#footer .widget ul.social_bookmarks li {
border: none
}There is now missing the [social-bookmarks]
in the child theme functions.php, however I can’t find file in the editor.Please could you assist me?
Many thanks
Best regards
LeneAugust 21, 2023 at 1:57 pm #1416762This reply has been marked as private.August 22, 2023 at 2:51 am #1416818Hi,
As I understand you want the footer columns to line up on the left with the line above Ring til os
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#footer .flex_column.av_one_fourth:first-child { padding-left: 40px; }
Please see the screenshot in the Private Content area.
I posted the css to underline your lines in two other threads, but here it is again:#top a:hover { text-decoration: underline; }
Best regards,
MikeAugust 22, 2023 at 12:59 pm #1416852This reply has been marked as private.August 22, 2023 at 5:45 pm #1416872Hi,
The footer is four columns but the section above is three columns, can you make the footer three columns so they will be the same width and line up?Best regards,
MikeAugust 23, 2023 at 1:33 pm #1416950This reply has been marked as private.August 23, 2023 at 5:28 pm #1416970Hi,
Can you add the logo to the third column? It doesn’t have much information in it.
If you need to have a fourth column for the logo then add it back and I will try to offer some css to line up the other 3 columns, but it will probably move the fourth column with the logo close to the right edge of the screen.Best regards,
MikeAugust 23, 2023 at 8:41 pm #1416993This reply has been marked as private.August 24, 2023 at 6:24 pm #1417082Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#footer .flex_column.av_one_fourth:first-child { width: 33%; } #footer .flex_column.av_one_fourth:nth-child(2) { width: 33%; margin: 0; } #footer .flex_column.av_one_fourth:nth-child(3) { width: 20%; margin: 0; } #footer .flex_column.av_one_fourth:nth-child(4) { width: 10%; margin: 0; } #footer .flex_column.av_one_fourth .widget { width: 80%; } #footer .flex_column.av_one_fourth:nth-child(4) .widget { width: 100%; }
After applying the css, please clear your browser cache and check.
Please see the screenshot in the Private Content area of the expected results.Best regards,
MikeAugust 28, 2023 at 2:31 pm #1417329This reply has been marked as private.August 29, 2023 at 5:07 pm #1417468Hi,
Thanks for the screenshot, but I can not read the comments in red, can you change them to English?
It looks like the three columns with the green bars are going to have a maximum width with a minimum distance between them and the rest of the page is depended on this, what are the column widths and distance between the columns?
Currently you are using 1/3 columns so I guess these columns need to be customized to a new width?
What is the margin width from the green bar to the outside edge of the logo, what is the max width of the page?
The distance from the outside edge of the logo to the edge of the screen won’t always be the same, correct, this will be the difference between the max page width and the screen resolution. Or is it the other way around where these are fixed widths the three columns in the middle adjust smaller as the screen gets smaller?Best regards,
MikeAugust 31, 2023 at 8:15 pm #1417722This reply has been marked as private.September 2, 2023 at 2:10 pm #1417872Hi,
Thanks for the feedback, I guess I was looking at the three columns with the green bars above them:
are these a fixed width in px or percentage? and how much space is between them? Currently you are using 1/3 columns and there is not much space between them.
I think that this css will make the space between the columns about right:#top.home #av_section_2 .flex_column_table.av-equal-height-column-flextable .av-flex-placeholder { width: 10%; }
Then to line up the left edge of the first green bar with the inside on the logo, try changing the max container width at Enfold Theme Options ▸ General Layout ▸ Dimensions ▸ Maximum Container width, it looks like it is 1310px right now, try 1625px:
(I hid the slider in my screenshot to show the elements better)Best regards,
MikeSeptember 6, 2023 at 10:35 am #1418250This reply has been marked as private.September 6, 2023 at 5:22 pm #1418285September 8, 2023 at 10:57 am #1418439This reply has been marked as private.September 8, 2023 at 11:46 am #1418446Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Footer: Social media icon’ is closed to new replies.