Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #414228

    Hi,
    I have problem whith footer background in responsive
    Fotter’s background color is orange in the responsive it gets gray// How I can fix it?
    Here you can see a screenshot: http://prntscr.com/6ilvsb

    Thanks!

    #414657

    Hey Lev!

    Thank you for using Enfold.

    You have this custom css code which also affects the footer container:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .container {
      height: 20px;
    }}

    Cheers!
    Ismael

    #415947

    Hey,
    I added this link that was a problem in the top menu,
    When I take it off – the top menu is very high not good result, And the fotter good
    And when I put it back there as a problem in fotter

    There is a conflict… What can I do?..

    Many thanks in advance

    #415949

    Sorry i forget to attached screenshot:
    for the top menu when i remove this code:
    http://prntscr.com/6jv2pw

    #416461

    Hey!

    Please use following code

    @media only screen and (max-width: 768px) {
    #footer {
      height: 1217px;
    }}

    Cheers!
    Yigit

    #416940

    Thanks Yigit!!!!!
    Its Work!!!
    You are the best!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Responsive problem- Footer’ is closed to new replies.