Forum Replies Created

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • in reply to: Image caption font size on mobile/responsive #1267100

    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.

    in reply to: Image caption font size on mobile/responsive #1266512

    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

    in reply to: text over image and dotted border #1266511

    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.

    in reply to: text over image and dotted border #1265967

    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

    in reply to: text over image and dotted border #1265556

    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.

    in reply to: text over image and dotted border #1265202

    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 advance

    in reply to: text over image and dotted border #1265197

    Hi 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.

    in reply to: text over image and dotted border #1265036

    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.

    in reply to: text over image and dotted border #1264786

    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 much

    in reply to: text over image and dotted border #1264538

    Hi 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

    in reply to: text over image and dotted border #1264289

    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 address

    And 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 advance

    Thank you very much

    in reply to: text over image and dotted border #1264209

    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.

    in reply to: text over image and dotted border #1263224

    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

    in reply to: text over image and dotted border #1263050

    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 advance

    in reply to: text over image and dotted border #1263048

    Hi 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 you

    in reply to: text over image and dotted border #1263043

    Hi tank you for your reply and sorry for my late.
    I will try and I will let you know.
    Thank you very much

    in reply to: text over image and dotted border #1261062

    Thank 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

    in reply to: text over image and dotted border #1260765

    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.

    in reply to: text over image and dotted border #1260494

    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.

    in reply to: current page in footer menu #1256425

    Thank you very much!! It works perfectly

    in reply to: Portfolio/Masonry grid reverse next/previous #1250851

    Hi Ismael thank you very much for your reply.
    It works and is what I needed.
    Thank you

    in reply to: Portfolio/Masonry grid reverse next/previous #1250578

    Hi 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 much

    in reply to: Mobile portfolio titles and hover #1243877

    Thanks for the answer I will try it.

Viewing 23 posts - 1 through 23 (of 23 total)