Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #998571

    Hi,

    I´d like the social icons to stretch the full width of the screen but can´t manage to do it. Can you provide me with the css to access the social icons?

    Many thanks

    #998575

    Hey ProTravelGolf,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #998604
    This reply has been marked as private.
    #998616

    Hi,
    You can use this css in your Enfold Theme Options > General Styling > Quick CSS field
    to make this element full width:

    #top.home #after_section_9 .container {
        padding: 0px !important;
        margin: 0px !important;
        min-width: 100% !important; 
    }

    but I recommend adding a custom ID to the element and then replacing “after_section_9” with the new ID in the code above.
    This is because this ID could change if you edit the page or add more elements.

    Best regards,
    Mike

    #998705
    This reply has been marked as private.
    #998717

    Hi,
    Adding a custom class to the social share buttons will not work because we need to remove the padding and margin from the container that the buttons are in. If the buttons are in a color section, then please add a custom ID to the color section, if not then please try adding the buttons to a color section.
    If you include a admin login in the private content area, I will be happy to demonstrate what I’m trying to explain.
    But please explain what other sections were changed with this solution so we can see if this can be corrected.

    Best regards,
    Mike

    #999505
    This reply has been marked as private.
    #999630

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.