Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #162934
    martystl
    Participant

    On my home page http://www.larryg.com/mdwsa2/ , the feature photo has consistent width, but the height is varies depends on the amount of text on the page. Thus, I get heads cutoff etc. I have made all of my pictures square (1 to 1 ratio) as this is what you recommend in the instructions. Previously you recommend that I add this to the additional CSS to add some margins.
    }
    .post-archive .content-right, .hero-content-wrapper .entry-container {
    padding:10px 25px;
    }

    Any way I can get all of the heights of the photo’s the same? Would eliminate heads being cutoff. I want the website to remain responsive.
    Thanks
    Marty

    #162972
    tikaram
    Participant

    @martystl : i will check for the issue and get back to you soon.

    Regards,
    Tikaram

    #163002
    tikaram
    Participant

    @martystl : Go to Appearance => Customize => Additional css and add the following css.

    .post-archive .content-right {
    	padding: 100px 25px !important;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #163143
    martystl
    Participant

    Somewhat works. Wish we could fix the ratio of the picture and thus the first column then adjust the 2nd column (words). Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured photo on blog posts’ is closed to new replies.