Title: CSS Visual problem on specific device
Last modified: June 1, 2021

---

# CSS Visual problem on specific device

 *  Resolved [bogdanbarbu](https://wordpress.org/support/users/bogdanbarbu/)
 * (@bogdanbarbu)
 * [5 years ago](https://wordpress.org/support/topic/css-visual-problem-on-specific-device/)
 * I cant see the calendar on phone. On desktop is ok.
    I try to used even yellowpencil
   but he modificate css only for the desktop. On the phone the form is still unclear.
 * How i solve this?
    I found in settings, Preferred Colors but dont modificate 
   the calendar from phone.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-visual-problem-on-specific-device%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [e4jvikwp](https://wordpress.org/support/users/e4jvikwp/)
 * (@e4jvikwp)
 * [5 years ago](https://wordpress.org/support/topic/css-visual-problem-on-specific-device/#post-14507615)
 * Hello,
    Could you please give me a direct link to the page so I can check the
   problem better?
 * Thank you,
    Best Regards, VikWP Staff
 *  Thread Starter [bogdanbarbu](https://wordpress.org/support/users/bogdanbarbu/)
 * (@bogdanbarbu)
 * [5 years ago](https://wordpress.org/support/topic/css-visual-problem-on-specific-device/#post-14507659)
 * [https://hotelcupidon.ro/cauta/](https://hotelcupidon.ro/cauta/)
 * But only on phone devices !!!
 *  Plugin Author [e4jvikwp](https://wordpress.org/support/users/e4jvikwp/)
 * (@e4jvikwp)
 * [5 years ago](https://wordpress.org/support/topic/css-visual-problem-on-specific-device/#post-14511191)
 * Hello,
    the problem is related to a specific class used in your CSS customizer
   to change the calendar background. It seems you are using the class “ui-datepicker-
   multi” that is not on mobiles. You can change this class on your Customizer with
   this: #ui-datepicker-div
 * In this way, you will be sure the style will be always applied because this class
   is common between desktop and mobile.
 * Thank you,
    Best Regards, VikWP Staff
 *  Thread Starter [bogdanbarbu](https://wordpress.org/support/users/bogdanbarbu/)
 * (@bogdanbarbu)
 * [5 years ago](https://wordpress.org/support/topic/css-visual-problem-on-specific-device/#post-14511549)
 * To be honnest sir, i dont know what i must to do to be right.
    Can you help me
   more pls ?
 *  Thread Starter [bogdanbarbu](https://wordpress.org/support/users/bogdanbarbu/)
 * (@bogdanbarbu)
 * [5 years ago](https://wordpress.org/support/topic/css-visual-problem-on-specific-device/#post-14511867)
 * I dont know how to change with #ui-datepicker-div
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [5 years ago](https://wordpress.org/support/topic/css-visual-problem-on-specific-device/#post-14512143)
 * [@e4jvikwp](https://wordpress.org/support/users/e4jvikwp/) I’ve deleted your 
   offer to login to your user’s site. I’m am 100% sure you mean well but please
   _never ask for credentials on these forums._
 * [https://wordpress.org/support/guidelines/#the-bad-stuff](https://wordpress.org/support/guidelines/#the-bad-stuff)
 * Now for the why: The internet is a wonderful place full of very nice people and
   a few very bad ones. I’m sure everyone here is very nice however, by giving some
   ones keys to your house you are trusting they wont steal anything. Likewise the
   person who takes the keys is now responsible for the house FOREVER.
 * If something was to go wrong, then you the author may well legally become liable
   for damages, which they would not normally have been as their software is provided
   without warranty.
 * **Please be aware that repeatedly asking for credentials will result in us escalating
   this to the plugins team.**
 * It’s never necessary to do that. Here’s why.
 * There are many ways to get information you need and accessing the user’s site
   is not one of them. That’s going too far.
    - Ask for a link to the [http://pastebin.com/](http://pastebin.com/) log of 
      the user’s web server error log.
    - Ask the user to create and post a link to their `phpinfo();` output.
    - Ask the user to install the [Health Check plugin](https://wordpress.org/support/plugin/health-check/)
      and get the data that way.
    - Walk the user through [enabling WP_DEBUG and how to log that output to a file and how to share that file.](https://codex.wordpress.org/WP_DEBUG#WP_DEBUG_LOG_and_WP_DEBUG_DISPLAY)
    - Walk the user through basic troubleshooting steps such and disabling all other
      plugins, clear their cache and cookies and try again.
    - Ask the user for the step-by-step on how they can reproduce the problem.
 * You get the idea.
 * Volunteer support is not easy. But these forums need to a safe place for all 
   users, experienced or new. Accessing their system that way is a short cut that
   will get you into real trouble in these forums.
 *  Plugin Author [e4jvikwp](https://wordpress.org/support/users/e4jvikwp/)
 * (@e4jvikwp)
 * [5 years ago](https://wordpress.org/support/topic/css-visual-problem-on-specific-device/#post-14512261)
 * Hello,
    Checking your website HTML code we saw there is inline CSS code. There
   are some You should check in your WordPress > Apparence > Customizer > CSS parameter.
   You should find on that parameter the CSS lines or you should find it somewhere
   else in your theme options. Once you find this CSS code you should change the
   class as explained.
 * Best Regards,
    VikWP Staff
 *  Thread Starter [bogdanbarbu](https://wordpress.org/support/users/bogdanbarbu/)
 * (@bogdanbarbu)
 * [5 years ago](https://wordpress.org/support/topic/css-visual-problem-on-specific-device/#post-14512332)
 * Lot of us, we use wordpress because we dont have to much skills in coding and
   descovering and editable coding, even with ctrl + f.
 * I go in apparance – theme editor – theme.css but i didnt find something.
    I think
   thats it… cant solve this by my own
 *  Plugin Author [e4jvikwp](https://wordpress.org/support/users/e4jvikwp/)
 * (@e4jvikwp)
 * [5 years ago](https://wordpress.org/support/topic/css-visual-problem-on-specific-device/#post-14516162)
 * Hello,
    Please, contact us by using our main website so that our developers can
   give you more advices about it.
 * Thank you,
    Best Regards, VikWP Staff

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘CSS Visual problem on specific device’ is closed to new replies.

 * ![](https://ps.w.org/vikbooking/assets/icon-256x256.png?rev=1855707)
 * [VikBooking Hotel Booking Engine & PMS](https://wordpress.org/plugins/vikbooking/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/vikbooking/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/vikbooking/)
 * [Active Topics](https://wordpress.org/support/plugin/vikbooking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/vikbooking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/vikbooking/reviews/)

 * 9 replies
 * 3 participants
 * Last reply from: [e4jvikwp](https://wordpress.org/support/users/e4jvikwp/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/css-visual-problem-on-specific-device/#post-14516162)
 * Status: resolved