1. EFH
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 22 September 2019
  5.  Subscribe via email
Hi there,

How do i centre the word "Testimonials" in image 1 like image 2 in upper case and spaced out a bit.

Site: http://luxeproductions.com.au/

Thanks in advance!
Attachments (2)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.module .module_header h3 {
text-align: center;
text-transform: uppercase;
letter-spacing: 4px;
margin: auto;
display: inline-block;
background-color: #F6F6F6;
z-index: 1;
position: relative;
padding: 0 6px;
}
.module .module_header::before {
display: none;
}
.module .module_header::after {
left: 0;
right: 0;
width: 100%;
top: 6px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!