Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #618438

    Hi
    I would like to insert an image or Icon between so words exampla: XXX IMAGE/ICON XXX
    Of course the image or icon would be small to be almost in the same height of the text and what i need is tp be able to align that image or icon verticaly top middle or bottom.

    Thank you

    #618448

    Hi hdpcr!

    Can you please post a screenshot and show the changes you would like to make?

    Regards,
    Yigit

    #619405

    Hi
    Im not sure what do you mean i only have a test page and i need to put icon-text icon-text so on
    Also how do i send a file to you i dont see any file upload.

    Than you

    #620373

    Hi,

    Ok, could you link to the test page please? You can upload files to for instance a public dropbox folder and then link to them here.

    Regards,
    Rikard

    #621560

    Here you go

    #622109

    Hi!

    Please add following code to Quick CSS

    .page-id-5656 #av_section_1 .av_font_icon + p {
        padding-top: 15px;
    }

    Regards,
    Yigit

    #622370

    Hi Yigit

    It worked perfect for that page. The only thing is i have a lot of pages or portfolio item so how to have the same behavior for all pages or if i can insert that CSS as code in each page, or just remove .page-id-5656 from CSS so it will work for all?

    Thank you very much

    #622379

    Hey!

    Please add your content into a color section with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and change the code to following one

    #your-unique-id .av_font_icon + p {
        padding-top: 15px;
    }

    Regards,
    Yigit

    #622397

    Please omit last reply :) i have i didt it as you said and it work perfectly

    Thank you very much

    Hi

    This code will still be inside custom CSS??

    Thank you

    • This reply was modified 8 years, 7 months ago by hdpcr.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Image/Icone between text’ is closed to new replies.