Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #89310
    skynet
    Participant

    I found other little bug when i create a page and put more images no white space between images.

    You can take a look at screenshot: https://dl.dropboxusercontent.com/u/7588358/JomSom/nospace%20bug.png

    #89348
    Pratik
    Keymaster

    Hi @skynet,

    I do not understand the issue. Does it happen in the front end too? Can you let me know any specific image size?

    Regards,
    Pratik

    #89371
    skynet
    Participant

    Hi Pratik. Yes its happen in the front end too. All image is sticked without space..
    For exemple i have put two image 150×150 here and are sticked without white space.
    I have to insert white space manually all the time to separate two image. If you need more explain i will make a video tonight..for explain better the problem.

    #89416
    Pratik
    Keymaster

    Hi @skynet,

    Yes I see what you mean. To add spaces between the images, please use following Custom CSS code in Appearance=> Customize=> Theme Options=> Custom CSS box;

    
    .hentry img {
        padding: 10px;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    #89424
    skynet
    Participant

    I want to try..but..the customizer disappear after install wordpress 4.5
    Please help

    #89528
    Mahesh
    Keymaster

    @skynet: This issue will be fixed in the next update. For quick fix now, edit the file jomsom-pro/inc/customizer-inclues/jomsom-customizer.php and comment or remove line 125 and the customizer will work normally.

    Regards,
    Mahesh

    #89540
    skynet
    Participant

    Hi! Hope will relase new update because i dont know where is line 125.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Image no space Bug’ is closed to new replies.