Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Enfold – Upcoming fixes #1168278
    This reply has been marked as private.
    in reply to: CENTER copyright and socket menu #1162329

    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;
    }
    }

    in reply to: CENTER copyright and socket menu #1162318

    On the top bar only just like on the desktop version of the website. Not duplicated on the header.

    in reply to: CENTER copyright and socket menu #1162314

    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.

    in reply to: CENTER copyright and socket menu #1162172

    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/

    in reply to: CENTER copyright and socket menu #1161866

    Hi. I need to change the footer text font size. How do I do that?

    in reply to: CENTER copyright and socket menu #1161642

    Then would it be possible to add an automated alignment option for each of the 3 possible elements in the socket?

    in reply to: CENTER copyright and socket menu #1161630

    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.

Viewing 8 posts - 1 through 8 (of 8 total)