Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Images don´t appear on mobile #654394

    Hi,

    I was looking and i can´t find where is that code, what files has it?

    The only codes that I changed was one in quick css inside enfold menus:

    http://screencast.com/t/0l4rG19Qopqt

    code do reduce spaces between images on excerpt list:

    .template-blog .post_delimiter {
    margin: 0 0 20px 0!important;
    padding: 20px 0 0 0!important;
    }

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .post_delimiter {
    margin: 0 0 20px 0!important;
    padding: 20px 0 0 0!important;
    }}

    And other code to increase images sizes on excerpt list:

    http://screencast.com/t/RQcmjG18ocn4

    .blog-meta, .blog-meta * {
    width: 300px;
    height: auto;
    }

    Where can I find that code you refer so i can remove it or change it?

    Best Regards
    Manuel Crespo

    in reply to: Images don´t appear on mobile #653030

    Hi,

    website is:

    Best regards

    Manuel Crespo

    in reply to: Post image to 495 x 400 #575818

    Hi, Elliot, thanks for the quick help,

    I Still have some doubts

    For the first problem still using the builder, I meant to change default image of the single post of the wordpress blog, but i´ts ok if I have to use the builder in this case.

    About disabling the feature image you said: “You can disable the featured image from displaying by clicking on the small checkbox beneath it (after you set it)”
    I didn´t understand it, i don´t know what you mean. i don’t see any checkbox, the only check box is in the feature image insert option when i choose a image.

    If I don´t select feature image, it will not show image in posts list.

    if I select one will be fine on post’s list but wil appear double image on single post. I disable feature image by turning on ALB. Pressing Advance Layout Button, and feature image disappear in single post and only shows the image I want.

    For the second problem, the CSS code works fine. Can I reduce space between posts on post’s list page?

    By the way, I also had a pagination problem that i solved with this: https://core.trac.wordpress.org/ticket/35344#/comment16

    Best regards
    Manuel Crespo

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