TourMkr CSS Recipes
Sign in Subscribe

Fix Text filed in Splash Screen plugin

Last updated on  Apr 9, 2023
Fix Text filed in Splash Screen plugin

CSS code:

#overlay wdg-other-splash h2 {
  white-space: normal;
  margin-left: auto;
  margin-right:auto;
  width: 90% !important;
}

#overlay wdg-other-splash p {
  white-space: normal;
  margin-left: auto;
  margin-right:auto;
  width: 80% !important;
}

#overlay.desktop wdg-other-splash p {
  width: 60% !important;
}

Preview:

Previous Variable Logo size based on screen size
Next How to center Carousel thumbs when you don't have too many
TourMkr CSS Recipes © 2025
Powered by Ghost