This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

CSS Text position
#7
(05.09.2019, 09:51)admin Wrote: Use this custom CSS. Modify width and height as needed. line-height should be the same as height for text to have middle vertical alignment. Element position should be adjusted in the editor.
Code:
.MenuInicio{
  width: 300px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  text-transform: uppercase; 
}

.item-control.ClasePorDefectoVisible{
  color: white !important;
  border-top: #05a3b7 0.2em solid;
  background-color: #424242;
}


Thank you!

It works
What is ".item-control" for?
Reply


Messages In This Thread
CSS Text position - by DGrandes - 05.09.2019, 07:30
RE: CSS Text position - by admin - 05.09.2019, 07:31
RE: CSS Text position - by DGrandes - 05.09.2019, 07:57
RE: CSS Text position - by admin - 05.09.2019, 09:28
RE: CSS Text position - by DGrandes - 05.09.2019, 09:38
RE: CSS Text position - by admin - 05.09.2019, 09:51
RE: CSS Text position - by DGrandes - 05.09.2019, 10:39
RE: CSS Text position - by admin - 05.09.2019, 13:05
RE: CSS Text position - by DGrandes - 05.09.2019, 13:30
RE: CSS Text position - by Domoticatorino - 11.09.2019, 08:14
RE: CSS Text position - by admin - 11.09.2019, 08:20
RE: CSS Text position - by Domoticatorino - 11.09.2019, 08:23
RE: CSS Text position - by Daniel - 11.09.2019, 09:44
RE: CSS Text position - by DGrandes - 23.01.2020, 07:48
RE: CSS Text position - by admin - 23.01.2020, 08:07
RE: CSS Text position - by DGrandes - 23.01.2020, 14:32

Forum Jump: