Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #811180

    I’m working with the latest version of Enfold in combination with WordPress 4.8

    It turns out that I add a widget in the header of the theme to place some images, everything works very well in the desktop version, but now I have a problem with the version for Tablets.

    When the page is reduced the content that is inside the widget is placed on top of the logo and under the mobile menu.

    I want this content to disappear when the page is reduced or at least placed under the logo without affecting the content.

    regards

    #811295

    Hey NBSIME,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #811561
    #811596

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    #header .widget {
        display: none;
    }}

    Regards,
    Yigit

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