Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #727464

    having recently updated to wordpress 4.7 and enfold 3.8.4 I have noticed a padding has appeared after my header when displayed on an iPad. iPad software is up to date. I have made a modification to the menu – forcing it to compact display on both iPad landscape and portrait view – but I don’t see how that can effect the padding that has recently appeared. Could you take a look at it please – I am reluctant to update the numerous other sites that use your Enfold – I am a big fan of the theme.

    #728154

    Hey Paul,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 1024px) and (min-width: 990px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 213px !important;
    }}
    

    Best regards,
    Yigit

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