image - Want to edit page layout in wordpress -


i need make website layout have in link below white frame around images , label below images on white part. not sure how it. , familiar css , html.

any help, please.

https://www.saatchiart.com/

use following code pure css assuming u need same design link have

.maindiv \\ ur main div{width:100%; background:#fff;padding:1%;}   .maindiv img \\ ur img inside div{width:100%;  \\ in case}  .maindiv p,maindiv \\ ur label , link {width:100%;text-align:left;}  .maindiv p:first-child{font-weight:bold;font-family: ur choice;} \\ change occurence of first label in ur div .maindiv p:last-child{padding-top:1%;}  \\ change last link label  

Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -