1. Turkenburg
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 08 September 2018
  5.  Subscribe via email
Hi,
Is it possible to turn the dash in the logo into a vertical line?
Thanks, Wouter
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

I am not sure if I understand you correctly. Would you have an image indicating what you are looking to achieve?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,
After the word Juliet we see a white line, a dash, under 45 degrees. Beautiful design; however, I have a client in Estonia and if this line, this dash, could be vertical, 90 degrees, it would match with their national colors. Something they are quite sensitive to.
I realize that I spoil the original design, I aplogize for that but in this one case, it would help if I could change the angle of the white space.

I hope this is clear, Thanks for the help.
Wouter
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Wouter

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

.logo::after {
transform: rotate(90deg);
right: -25%;
width: 0px;
top: 50%;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Dear Cairan,
That is much better already. 90 degrees is a horizontal dash. Maybe I was not clear enough: I want a vertical line: like "|".
So I put in 180 degrees and I did get a vertical line, but only half a line: see screenshot.
How to make the with line from top to bottom?
Thanks, Wouter

Juliet.png
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Ah my apologies. That makes sense :)

To amend use the following custom CSS instead...

.logo::after {
transform: none;
right: -30px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks a lot: I have it now exactly as I want it.
Great support as always, much appreciated!

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


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