-
AuthorPosts
-
April 12, 2019 at 10:55 am #1090014
Hello,
first of all, I want te repeat, that I really love your theme and I’m learning a lot.
Now I´m updating my fotopage and I want to add a vertical text at the left and right side to the boxed background.
I guess I have to add some text to the left and right frame.
Now I’m not very sure where I have to start. I’m learning and I love it, but now I´m stuck.
Its posible to add something like this to the header<div class=”av frame av-frame-left”>
<span class=”av-frame-left-text”>
Julia
</span>
</div>
<div class=”av frame av-frame-right”>
<span class=”av-frame-right-text”>
sven
</span>
</div>
and modify the child css?.av-framed-box .av-frame.av-frame-hor .side-panel-text {
padding-left: 50px;
display: block;
position: absolute;
top: 10%;
left:10%;
text-align: left;
text-transform: uppercase;
font-size: 1.3rem;
letter-spacing: .24em;
font-weight: bold;
-moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-120deg);
transform: translateX(-50%) translateY(-50%) rotate(-90deg);
padding-bottom: .2rem;
}.side-panel-text {position: relative;}
.side-panel {position: fixed; top: 0; z-index: 210;}
.av-frame-left {left: 0;}
.av-frame-right {right: 0;}Its plenty of errors, I’m just trying.
I know this is not your job, but I hope you can give me some advice.Or is there a easy way to add a vertical text to left and right?
Thanks a lot and sorry for bothering you.
April 13, 2019 at 7:20 am #1090292Hey esven,
Could you post a link to where we can see the results you are getting please?
Best regards,
RikardApril 15, 2019 at 1:07 pm #1090950Hello,
here I send you the link.
I´d like to see the text in the frame, not on the body.
I’m sure it´s something really easy. But I’m just starting and don´t have nobody to ask.
Thanks a lot!!!Actually I have this:
modified header.php<div class=”side-panel-left”>
<span class=”side-panel-text”>
Julia
</span>
</div>
<div class=”side-panel-right”>
<span class=”side-panel-text”>
sven
</span>
</div>child css:
.side-panel-left .side-panel-text {
display: block;
position: absolute;
top: 50%;
left: 60%;
text-align: center;
text-transform: uppercase;
font-size: 1.3rem;
letter-spacing: .24em;
font-weight: bold;
-moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
transform: translateX(-50%) translateY(-50%) rotate(-90deg);
padding-bottom: .2rem;
}
.side-panel-right .side-panel-text {
display: block;
position: absolute;
top: 50%;
left: 40%;
text-align: center;
text-transform: uppercase;
font-size: 1.3rem;
letter-spacing: .24em;
font-weight: bold;
-moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
transform: translateX(-50%) translateY(-50%) rotate(-90deg);
padding-bottom: .2rem;
}html.html_av-framed-box .av-frame {
width: 50px;
height: 20px;
background: #595959;}
April 15, 2019 at 10:36 pm #1091112This reply has been marked as private.April 16, 2019 at 12:35 am #1091144Hi,
Did you need further help or shall we close this thread?
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.