Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
It worked. Thank you. Please see if these customization options can be added under Enfold Theme Options in the next update. I am currently using the following additional css which would be great of they could just be selectable options:
@media only screen and (min-width: 760px) {
span.copyright {
width: 100%;
text-align: left;
}
#socket .sub_menu_socket {
width: 100%;
}
#socket .sub_menu_socket #avia3-menu {
display: flex;
text-align: left;
}
}
#footer .container {
font-size: 13px;
text-align: left;}
@media only screen and (max-width: 479px) {
.responsive #top #wrap_all #header > #header_meta .container > .social_bookmarks {
display: block !important;
}
}On the top bar only just like on the desktop version of the website. Not duplicated on the header.
I have added the css.
The icons are appearing twice. On the top bar and in the header. Please check and assist me with a solution to this.
Hi, I have managed to make adjustments to the footer and socket using the following custom css:
@media only screen and (min-width: 760px) {
span.copyright {
width: 100%;
text-align: left;
}
#socket .sub_menu_socket {
width: 100%;
}
#socket .sub_menu_socket #avia3-menu {
display: flex;
text-align: left;
}
}
#footer .container {
font-size: 13px;
text-align: left;}
I however have another issue.
I have set and displayed the Header Social Icons. They are appearing on desktop but not on mobile devices. How can this be fixed?
Link: https://mrpanels.com/Hi. I need to change the footer text font size. How do I do that?
Then would it be possible to add an automated alignment option for each of the 3 possible elements in the socket?
Please add this as an automated selectable option in your next theme update.
I should be able to select whether I can align the socket content left, right or centered directly from theme options without adding css code. -
AuthorPosts