Tagged: ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #672942

    Hi there,
    I have a problem with the footer columns on mobile , but only on some pages and can’t figure out why.

    They are set to 4 columns and on some pages they show 100% width on other they show 4 columns next to each other. I can’t figure out why. Can you help me?

    Many thanks in advance.
    Darneson

    #674526

    Hey darneson,

    Thank you for using Enfold.

    We checked the “angthong” page but it doesn’t exist anymore. Please provide a link to the actual page with the issue.

    Best regards,
    Ismael

    #674555

    Hi Ismael,
    Thanks for your reply and sorry for the hassle.
    Here is the new link.
    Thanks,
    Darneson

    #674639

    Hi,

    I checked all the main pages including the example page you shared in chrome and IE and the footer looks the same on all pages. it is a 4col footer on all pages :)

    If you still have an issue please share more details on which browser you are facing this problem and a screenshot of the same. You can upload screenshot to imgur.com and share the link here.

    Best regards,
    Vinay

    • This reply was modified 8 years, 3 months ago by Vinay.
    #674645

    Dear Vinay,

    Thanks for your reply and for checking.
    It is working fine on desktop, but not on mobile devices.

    And it is only on the “Ang Thong Tour” page.
    Please let me know what could cause the issue.

    Thanks,
    Darneson

    #674968

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

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

    Best regards,
    Rikard

    #905236

    Hey,
    I have the same issue – my footer doesn’t look well on mobile. Pasting the above CSS does nothing for me.

    Ideas?

    #905247

    Hey lindenhof,

    You have a different column structure. Please add this to your quick css:

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

    Best regards,
    Jordan Shannon

    #905249

    Thanks a lot!

    #905255

    Hi,

    No problem. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

    #1006032

    Hi,
    I have a similar problem with the footer columns on mobile phone. They are set to 5 columns and on mobile phone there is too much white space between the columns.
    I can’t figure out why. Can you help me?

    Best regards,
    Nadine Steinert

    #1006068

    Hi Nadine,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1006184

    Thanks a lot!

    #1006296

    Hi MrGoodPixel,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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