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

    Hello,
    On the page below, I have a mini logo image and a H1 (News). The image is left aligned and the text is vertically aligned at the top of the image. I would like it vertical aligned at the bottom of the image. What is the best way to do this? A manual padding top seems to be not very responsive. What do you think?
    Tx a lot for your help,

    Best regards,
    Marine

    #929196

    Hey newki75,

    Please add the following to quick css:

    .avia-builder-el-1 .av_textblock_section .avia_textblock  h1{
    line-height:3em!important;
    }

    Best regards,

    Jordan Shannon

    #931415

    Hey Jordan,
    It’s perfect for the news page. So I’ve reproduced the same thing for another page but as the other page begins with a slider the code doesnt’ work (it works as soon as I remove the slider). What should I change ?

    Page : https://yesyouweb.com/dev/credits-impot/
    Title Credit d’impot

    Tx for your help !!

    #931684

    Hi,

    Will this be for this one page or multiple pages?

    Best regards,
    Jordan Shannon

    #931865

    We’done the page News together. The “pb” with the layer adanced is on 3 others pages :

    I’ve put the 3 small images under the slider and I’d like the title to be vertical align in the middle of the image or bottom.
    Tx for your help Jordan !

    #932785

    Hi,

    Did you apply the “impot” class attribute to the columns? Please try this css code.

    .impot .av_textblock_section h1 {
        position: relative;
        top: 30px;
    }

    Best regards,
    Ismael

    #932950

    Perfect, tx Ismaël !
    You can close the issue :-)
    Nice day

    #933024

    Hi,

    Glad that we are able to help! Thanks for using Enfold and have a great day :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Image align left but title at the bottom not top’ is closed to new replies.