Forum Replies Created
-
AuthorPosts
-
Hi jordan, thank you for your reply.
Everything works now, if I will need additional help I will contact you. I think we can close.
Thank you very much in advance for your help.
Hi thank you for your reply and sorry for the late in mine.
I find out how to change caption font size on mobile adding this to quick CSS@media only screen and (min-width: 768px) and (max-width: 788px) {
.av-image-caption-overlay-center p {
font-size: 28px;
line-height: 1.5em;
}}
@media only screen and (min-width: 789px) and (max-width: 906px) {
.av-image-caption-overlay-center p {
font-size: 13px;
line-height: 1em;
}}
@media only screen and (min-width: 907px) and (max-width: 1023px) {
.av-image-caption-overlay-center p {
font-size: 14px;
line-height: 1.2em;
}}
@media only screen and (min-width: 1024px) and (max-width: 1073px) {
.av-image-caption-overlay-center p {
margin-left: -5px;
font-size: 15.5px;
line-height: 1.2em;
}}
@media only screen and (min-width: 1074px) and (max-width: 1287px) {
.av-image-caption-overlay-center p {
font-size: 14px;
line-height: 1.2em;
}}Thank you
Hi thank for your reply and sorry for my late.
Everything seem to work now.
If I have other questions I will contact you.Thank you for your help.
Hi thank you very much for your help.
I only added the following line: <p style=”line-height: 20px;”> to reduce the space between text lines.
Thank you
Hi thank you for your reply.
I added important and now the dotted border is visible, I did not change as the markup and I don’t know how to move inline css to a css rule
In private content area you will find log in for the page
Thank you in advance.P.S.
I am doing some tries to better view the dotted border color, I tried to change the color code and some other css but I find out that if I add a letter p after dotted border I have the border well visible but splitted in two parts.
this is an example with the letter p:
.dotted-border-new p {
border: 2px dotted #000000;
border-radius: 30px;
padding: 15px;If I remove the letter p the border is right but barely visible and I am unable to change the color.
Thank you in advanceHi Mike thank you for your reply.
In the meantime let me know if what I added in private content area can helps you. I’ve done some adjustment regarding text from bold to normal and add marging to the image. I still have the issued as in my previous message.
Thank you in advance.
Hi and thank you for your reply.
I pasted your code and it works but I can barely see the dotted border, it seems to be in opacity, if I add a p after dotted border in CSS i see the dotted but splitted in two or three parts.I also would like to ask you if there is a way to center the image and the text inside the dotted border and if possible change the space between text lines.
In private content link to jpeg.
Thank you very much for your help.Hi, thank you for your reply.
I am still using the test page and I’ve updated it. As you can see I have the dotted border but I am unable to center the text like in the sample that I’ve attached in the previous posts.
I set the page in a 1/3 grid row to have it centered. Am I wrong whit this?
In private content I pasted the text I am currently using.
Thank you very muchHi thank you for you reply.
I tried removing the p after dotted-border but I can barely see the doted border also if I change the color.I would like to ask you how can I align text and images centered inside the text block ( see link in private content).
thank you very much in advance
Hi, thank you for your reply.
I’ve updating the test page so you can take a look. I did not uploaded any image yet. I pasted the code and you will see the dotted border splitted in two parts.
I tried the code like this:
<p style=”text-align: left;”><span style=”font-size: 20px;”>Lorem ipsum</span>
<br class=”avia-permanent-lb” />Lorem Loren.
Lorem lorem:
– link 1
– link 2
– link 3
email addressAnd it works and the dotted border is not split in two parts, but I can’t figure out how to change the alignment of the text and the picture like in the semple I sent.
Thank you very much in advanceThank you very much
Hi, thank you very much for your reply.
I tried the code, but I have the dotted line splitted in two parts (link to the screenshot in private content).I would like to ask you also if possible having different allignement of the tex inside the business card? (link to the screenshot in private content)
Thank you very much in advance for your big help.
Hi thank you for the answer.
My mistake I did not activate the CSS class in the layout builder, now it works and I have a dotted border.My last question is how to center allign image and text inside a text block with links, you will find in the private content the link of what I need.
Thank you very much in advance
I would like to ask you one more question regarding the kind of business card that I need to create. How can I alling to center image and text as you can see in the link that I sent you?
Thank you very much in advanceHi I’ve tried adding a id to the text block and the I added the Quick CSS but unfortunately there is no dotted line.
Thank youHi tank you for your reply and sorry for my late.
I will try and I will let you know.
Thank you very muchThank you for your answer.
I would like to ask you how can I assign a class to the text block element where I need the dotted line?Thank you in advance
Hi and thank you for the reply.
I created a sample page filled with text, I used a color section, column, text block and special heading.
In the private section you will find a link to the sample page created and a screenshot from the layout builder. I did not insert images yet.
Thank you very much in advance for your help.Hi, thank you for your reply.
I need to create a new page with the kind of business card in the middle of the page.
Hope you can help me.
Thank you very much in advance for the help.Thank you very much!! It works perfectly
Hi Ismael thank you very much for your reply.
It works and is what I needed.
Thank youHi thank you for your reply.
I pasted the filter and it works, but i need to show the next and previous project as in the portfolio order, currently it shows in the next and previos the same category.
Thank you very muchThanks for the answer I will try it.
-
AuthorPosts