2015-12-29, 10:54 AM
2015-12-29, 10:55 AM
give your board url. i can help you.
2015-12-29, 11:15 AM
2015-12-29, 11:29 AM
You can play with variables with using Inspect elements on right click on browser.
Put cursor on part to modify and click on right of mouse and click on inspect variables/elements than you will see one box will open will show css file for that part. you can modify color, px and padding and you will see how it will look.
for your problem.
go to admin cp--> theme--> click on your theme --> click on global.css --> click on advance
replace code at 1137 line with below code
Put cursor on part to modify and click on right of mouse and click on inspect variables/elements than you will see one box will open will show css file for that part. you can modify color, px and padding and you will see how it will look.
for your problem.
go to admin cp--> theme--> click on your theme --> click on global.css --> click on advance
replace code at 1137 line with below code
.post .post_author div.author_avatar img {
padding: 0px;
border: 1px solid #ddd;
background: #fff;
2015-12-29, 11:46 AM
Ok, thank you. It works but I have profile picture smaller then before. Can I make it bigger?
2015-12-29, 11:52 AM
got to admin cp --> settngs--> profile options--> set avatar dimension of your choice and size of avatar so avatar will be resized automatically for all.