Tagged: 

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

    Hi,

    I’d like to have the mobile footer menu right aligned with a break after every entry – is that possible?

    Kind regards.

    #1483871

    Hey tebitron,

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

    @media only screen and (max-width: 767px) {
    #socket .sub_menu_socket li {
      float: none;
      line-height: 20px;
    }
    }

    Best regards,
    Rikard

    #1483881

    Hi Rikard,

    thanks – this already helps. But would it be possible to have these elements right aligned?

    Thanks in advance.

    #1483888

    Hi,

    Please leave the CSS I posted earlier active, so that we can check the results.

    Best regards,
    Rikard

    #1483911

    Hi Rikard,

    I believe I did and it is in fact still under General Styling / Quick CSS.

    You’ll find your login details below.

    Kind regards.

    #1483957

    Hi,

    The login details are not working, please check and verify.

    Best regards,
    Rikard

    #1484068

    Hi Rikard,

    sorry – my bad.

    Please try again.

    Kind regards.

    #1484090

    Hi,

    Thanks for that. I’ve edited the CSS, please review your site.

    Best regards,
    Rikard

    #1484095

    Hi Rikard,

    I tried to replicate it on our second page but the bottom padding seems larger in comparison.

    You should have the same login details there. Could you please have a look at that one, too.

    The first one is perfect as is.

    Kind regards.

    #1484136

    Hi,

    Thanks for the update. I’m not sure I fully understand what you are looking to remove and on which site, could you share a screenshot highlighting your intentions please?

    Best regards,
    Rikard

    #1484138

    Hi Rikard,

    I’ve attached a screenshot. The right page should have the same smaller bottom margin/padding as the left one on mobil screens – does that make sense?

    Thanks a lot.

    #1484333

    Hi,

    Thanks for that. Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    #socket .container {
      padding-bottom: 0;
    }
    }

    Best regards,
    Rikard

    #1484340

    Hi Rikard,

    that’s fine – thanks.

    Best regards.

    #1484398

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Footer Menu right aligned on Mobile screens’ is closed to new replies.