• Resolved heitorvaz

    (@heitorvaz)


    I need to align these blog buttons, i tried using css but i can’t find out how to do this. And even after a huge search i wasan`t able to find out how to do this

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @heitorvaz ,

    I have visited your site and I am not able to see the “Read More” button on your page. Please refer to this screenshot.

    Did you remove it? Could you please check it once?

    Looking forward to hearing from you.

    Regards,
    Sweta

    Thread Starter heitorvaz

    (@heitorvaz)

    Hello @swetakumari ,
    I removed it because I didn’t think anyone was going to answer me. I put it back, would you know how to solve this problem? thank you very much for your attention.

    regards
    Heitor

    Hello @heitorvaz ,

    Please use the following CSS:

    .uagb-post__inner-wrap  {
    	-webkit-box-flex: 1;
    	    -ms-flex: 1 0 auto;
    	        flex: 1 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    	-webkit-box-pack: justify;
    	    -ms-flex-pack: justify;
    	        justify-content: space-between;
    }

    I hope this helps.

    Reagrds,
    Sweta

    Thread Starter heitorvaz

    (@heitorvaz)

    @swetakumari Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog buttons not align’ is closed to new replies.