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

    Hello Support-Team,

    i have 4 widgets in the footer. on smartphones there´s a problem with the layout only on homepage. the widgets don´t get 100% width like on other sides – only on homepage. look here: http://bit.ly/1Wl56X9

    Thank´s for help.

    #527501

    Hey Tobias!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    #footer .flex_column {
        margin-left: 0;
        width: 100%;
    }}

    Regards,
    Yigit

    #527553

    Hey Yigit,

    thank you for the quick answer. sorry, but that does not work.

    you can test it, the script ist online.

    Tobias

    #527555

    Hi!

    Please try adding !import rule to the code as following

    @media only screen and (max-width: 767px) {
    #footer .flex_column {
        margin-left: 0 !important;
        width: 100% !important;
    }}

    Best regards,
    Yigit

    #554085

    Thank´s yigit for your answer!

    No, it doesn´t work on the frontside. Look: http://bit.ly/1TQDow0
    on other sites there is no problem with the footer-layout. very strange ….

    Best regards – thank´s for your help

    Tobias

    #554487

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #554730

    Thank´s for your quick answer. Look at private content

    #556742

    Hi!

    Weird. Can you please try flushing cache and refreshing your page a few times and try deactivating all active plugins?

    Regards,
    Yigit

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