Home › Forums › Bee WordPress Theme › Slider overlapping text on mobile..footer not aligned on mobile
Tagged: mobile
- This topic has 5 replies, 2 voices, and was last updated 10 years, 9 months ago by
novasteve67.
-
AuthorPosts
-
August 29, 2015 at 5:19 am #8200
novasteve67
ParticipantPlease look at the site. http://www.rkassoc.org/Phils/
I have the Layerslider on the site via the header.php file. Looks and works great on desktop but on mobile, the slider overlaps the body text. Is there a line where the layerslider should be put?
Also, when I use an image widget in the footer, they are not aligned, especially on a mobile device. I had to use css to get them aligned on the desktop. I tried using media queries to get them right but that didn’t work.
Any help is appreciated.
August 29, 2015 at 6:54 am #8201Hi, thanks for using BEE.
1. Why put the slider into header.php, do you want it shown all pages? Please try to
<div id="main">(page.php, single.php) wrap2. please try remove the css, they should not br in default css file, is it in custom css?
@media (min-width: 500px) { #foot_widget { left: 175px; width: 100%; } } @media (max-width: 499px) { #foot_widget { width: 80%; } }Better put 4 widgets into footer widget area. If you have to put 4, it needs some css code to re-define the widget item width:
#foot_widget .span3 { margin-left: 0; width: 33%; }Cheers!
Bwsm – uiueux.com
August 30, 2015 at 8:00 pm #8207novasteve67
ParticipantThanks for responding!
The slider into page.php worked perfect! Thanks!
The footer looks a lot better, especially in mobile. How can I move it over just about 25px to the left? So it is centered with the rest of the page on a desktop?
Thanks again for your help!
August 31, 2015 at 2:12 am #8208Please try to remove the clasaName on img tag: alignright
September 2, 2015 at 7:45 pm #8242novasteve67
ParticipantThat worked great! Thanks!!
I am now having an issue with the layerslider. Not really sure where I should put ” <?php layerslider (2, ‘homepage’); ?>”
I tried just right after “<div id=”main”>” on page.php which worked on Chrome but not on FF.
Can you tell me where I should insert for best results.
September 2, 2015 at 7:50 pm #8243novasteve67
ParticipantNevermind! Got it!!
Thanks again!
-
AuthorPosts
- You must be logged in to reply to this topic.
