Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #837844

    Hello everyone,

    How to approach the text block of the sub-heading? How do I control this distance?

    LINK IMAGE
    http://d.pr/i/lH00MY

    #837894

    Hey mleite1,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #837928
    #838151

    Hi,

    You can control it with this CSS, which I think you have added yourself:

    .txtcontent {
        font-family: 'Lora'!important;
        font-size: 16px!important;
        font-style: normal!important;
        font-weight: 400!important;
        line-height: 1.9!important;
    }
    
    .txtcontent {
        color: #000000 !important;
        text-align: left;
        padding: 50px 30px 50px 30px;
    }

    Best regards,
    Rikard

    #838333

    Rikard, thanks for the help. In none of the two tickets answered came effect. Nothing has changed by entering the codes.

    The distance between the text block and the sub-heading does not change.

    • This reply was modified 7 years, 3 months ago by mleite1.
    #838439

    Hi,

    I’m not telling you to add the CSS I posted, that is the CSS that you are already applying to the elements. Could you try to change the code that is already on your site, or remove the classes that you added?

    Best regards,
    Rikard

    #839558

    Rikard, let’s take it easy.

    The only code I added was your ticket. What I had, before, I already deleted.
    About your code, it worked fine on the desktop. But in the device the spacing of the text block to sub-heading has not changed at all.

    How can you help me?

    No device (iphone 7) I used this code below. I put the TOP with value zero and it was the maximum that I came to approach with the sub-heading. I would like the tex block to be closer to the sub-heading on the device. On the desktop it’s okay.

    @media only screen and (max-width: 989px) {
    .txtcontent {
    color: #000000 !important;
    text-align:left;
    padding: 0px 30px 50px 0px;
    }
    }

    • This reply was modified 7 years, 3 months ago by mleite1.
    #841239

    Hi,

    Ok, are you sure that your other code is not playing a role in this? For example:

    @media only screen and (max-width: 989px) {
    .sh {
        padding: 50px 30px 50px 0 !important;
    }
    }

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.