Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #716518

    Hi Guys,

    I can’t figure out how to align my image to the left so the special headline sits next to the image. See in my link below. I want to have a little flag image and right next to it a special headline. I already set the image to be aligned to the left, but the special headline still appears UNDER the image instead of NEXT TO it.

    What am I doing wrong?

    Pleas help!

    #716684

    Hey dennsen,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #716726

    Here you go

    #717126

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling to display H2 special headings inline on that page only:

    .page-id-242 .av-special-heading-h2 {
      display:inline !important;
    }

    Best regards,
    Rikard

    #717684

    Hi,

    Thank you, that worked. Although it is not a satisfying solution. It should be available via options of the headline for example.

    Another question: How can I get the flag right next to the headline on the right side?

    Thanks

    #717697

    Hey!

    When adding the image, you can select the float when roll over the image.
    That will help you align it how you need.

    Thanks a lot

    Cheers!
    Basilis

    #717710

    Sorry Basilis, but I didn’t get your tip.

    When adding the image I just have the option to choose the image itself and then the placing (none, left, center, right). Could you explain a little bit more?

    Thanks!

    #717900

    Remember, I want to put an image right next to a special headline! Not inside a normal text.

    #718677

    Hi,

    it seems you could achieve it: http://i.imgur.com/ktg8ve1.png, because now your image is right next to the text. If you still need help with this, then it would be best to always open a new ticket for a new question.

    Best regards,
    Andy

    #718688

    Hi Andy,

    Yes I achieved to place the image on the left side of the headline. But I want the image to be on the right side just next to the headline. Thanks in advance!

    Dennis

    #718762

    Hi,

    use this code inside Quick CSS field:

    .avia-image-container.avia-align-left {
    float: right;
    right: 80%;
    }

    and adjust as needed.

    Best regards,
    Andy

    #718766

    Thanks alot. That works!

    #718772

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Image align left with special headline’ is closed to new replies.