I want to add button or a GIF image on right side of logo section with fully responsiveness feature.
Hey muskowl16,
won’t be easily possible, but you could try this: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Andy
it works but it is not responsive also i have video on slider. its working on desktop but in mobile its not working.
here it is a link of my website : http://test.happycoading.com/
Hi,
Try to add this css code in Quick CSS (located in Enfold > General Styling):
#header .widget {
position: static;
padding: 0;
transform: translate(0,0);
width: 250px;
margin: 0 auto;
}
As for the video slider, what isn’t working? is it autoplay?
Best regards,
Nikko
video is not playing in mobile device.
also i want to move that header widget image to top section only on mobile device
http://test.happycoading.com/wp-content/uploads/2017/01/Capture.png
Here is my website link -> http://www.pacificdentalcollege.com/
i want to move that header widget image to top section only on mobile device
Hi,
please open a new ticket for a new question/issue.
Autoplay on mobile is not working due to restrictions of vendors of those devices. You can use a Video Element instead, which you can hide on desktop and display on mobile only.
Tove move header widget use this code:
@media only screen and (max-width: 767px) {
.textwidget {
position: relative;
top: -10px;
}}
Best regards,
Andy