Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #954529

    Hi
    Maybe its due to the template styles , You can post the site URL here i will take a look on it .

    enjoda Friend
    #954575

    URL – localhost, I will try look to template styles.

    enjoda Friend
    #954593

    I tried fresh install – Joomla+Purity, the same problem.
    Database Version 5.5.5-10.1.13-MariaDB
    Database Collation utf8_general_ci
    Database Connection Collation utf8mb4_general_ci
    PHP Version 5.6.23

    Pankaj Sharma Moderator
    #954612
    This reply has been marked as private.
    enjoda Friend
    #956179

    Sorry for long break – I put the site from localhost to public server . Could you look http://dev.upese.lt/index.php/a/akmena . Problem still exists
    One more. I think is the same problem – image do not react to style="text-align: center; "
    Thank You in advance

    Pankaj Sharma Moderator
    #956201

    Hi
    Apply margin: 0 auto; for the image to make it in center .
    Like this > http://prntscr.com/c0wjyo
    For the make text in above line apply float:left on image .

    enjoda Friend
    #956449

    Thank you, but float:left not helps: 1. In mobile screen image still above text. 2. In desktop: here is not only one image in line; more images groups at left. 3. Also, images do not react to vertical-align:bottom or middle http://dev.upese.lt/index.php/a/akmena or http://dev.upese.lt/

    Pankaj Sharma Moderator
    #956470

    Hi
    Use
    float: left!important;

    it will work in mobile too , and the img already in the middle of its space check it again .

    enjoda Friend
    #956492

    Still left problem – if here is more than one image in line they groups at left side (http://dev.upese.lt/index.php/a/akmena) but some of them needs be in middle of the text – as images must look please see to http://www.upese.lt/index.php/a/akmena Still images do not react to vertical-align: – http://dev.upese.lt/index.php

    enjoda Friend
    #956626

    I found decision – display: inline. Can I change (where and how) css or less that it works for all site?

    Pankaj Sharma Moderator
    #956702

    Hi
    You can apply custom style on any class using custom.css file .
    Go to /css/custom.css file and add your style code .

    example :

    
    .class  {display:inline;}
    enjoda Friend
    #956971

    Thank you. I put code in css now articles looks as need.

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 2 voices, and was last updated by  enjoda 7 years, 8 months ago.

The topic ‘Problem with images in content’ is closed to new replies.