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

    Hi. How to adapt the widgets in the header for the mobile version, or if it is not possible, how to replace them with something or remove it altogether? for exeple here http://jet-plitka.ru/

    #898015

    Hey pddcoms,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      #header #text-11.widget_text {
        left: 32vw;
        padding-top: 15px;
        position: absolute;
        top: 73px;
        min-width: 115px;
        transform: translate(0);
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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