Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #232460

    Can i change the mega menu css? I would like to prevent the menu items from being on two different lines

    #232462

    Please see http://phoenixfireops.com/ems/
    My menu needs to be adjusted to fit the page. The mega menu does not work on mobile so I need to fit the regular menu on the page

    #232472

    Hey!

    Your menu is fitting, can you illustrate what you mean in a screenshot/mockup?

    Regards,
    Josue

    #232500

    If you look at the sub menu under standing orders adult. The sub menus do not fit.
    http://phoenixfireops.com/ems/

    #232502

    Hi!

    I see, but it’s impossible to fit so many items unless you increase the container height of your Page by adding more content to it.

    Best regards,
    Josue

    #232509

    Ok. Now how about the mobile css of the footer widget? The footer widgets are aligned to the left and there is alot of padding between the footer widgets on mobile devices.
    I would like to center the alignment and remove or reduce the padding of the footer widgets.
    Also how do I remove Enfold Theme by Kriesi from the socket?

    #232512

    Can I reduce the height of each sub menu item?

    #232514

    Hey!

    Try adding this code to the Quick CSS:

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

    To remove the “by kriesi” string, please refer to Ismael response here:
    https://kriesi.at/support/topic/remove-kriesi-link-from-socket/#post-130122

    Cheers! 
    Josue

    #232516

    Yes, use this code for that:

    .sub-menu a {
        padding: 4px 15px !important;
    }

    The first value (4px) will modify the vertical padding (top and bottom) and the second one the horizontal ones.

    Cheers!
    Josue

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