Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Amend the code we recommend last time to this;

    .entry-content img,
    #ultimate-follow-me img {
     display: inline;
    }

    Thread Starter glgeorgiou

    (@glgeorgiou)

    It works, it was just a matter of css, simple 🙂
    Thanx Andrew

    Thread Starter glgeorgiou

    (@glgeorgiou)

    Hi Andrew, a last question.

    Again on page http://villa-forestata.com/kefalonia/studios/ i want to make the language icons on the top right of the page appear horizontally.

    I tried to use the same code as previously mentioned
    ———————
    .entry-content img,
    #ultimate-follow-me img {
    display: inline;
    }
    ——————
    The ul tag of the list is a ul tag named id ‘qtranslate-13-chooser’ uses class ‘qtrans_language_chooser’.

    I tried to make the list class displayed inline but nothing happened.

    Could you please recomment a code to solve this arrangment?
    Thanx again

    Theme Author Styled Themes

    (@gejay)

    Hello… I just came across this thread here… because the language plugin you are using displays these as a list, you will have to add to your theme style.css with something like this:

    .qtrans_language_chooser li {
    display:inline;
    }

    Try that and see if it works. You may need to add some padding to this as well like padding-right: 5px; to space them out a bit. Although they might end up on a second line if you have too many language icons with the text label as well. Does this plugin let you disable the label part?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images are displayed wrong inside the paged’ is closed to new replies.