-
AuthorPosts
-
January 3, 2017 at 11:48 am #728923
I want to add button or a GIF image on right side of logo section with fully responsiveness feature.
January 3, 2017 at 2:44 pm #729010Hey 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,
AndyJanuary 5, 2017 at 6:25 am #729735it 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/-
This reply was modified 8 years, 10 months ago by
muskowl16.
January 6, 2017 at 8:18 am #730220Hi,
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,
NikkoJanuary 6, 2017 at 11:46 am #730268video 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-
This reply was modified 8 years, 10 months ago by
muskowl16.
January 6, 2017 at 2:26 pm #730362Here is my website link -> http://www.pacificdentalcollege.com/
i want to move that header widget image to top section only on mobile device
-
This reply was modified 8 years, 10 months ago by
muskowl16.
January 7, 2017 at 1:28 pm #730692Hi,
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 -
This reply was modified 8 years, 10 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
