Text Alignment to thumbnails
- Posted by Jeff Lee (4) Offline
I just installed you Minifrontpagepro and found that there is no padding between the thumbnail and text on my site in a defaut view. Is there css code to add or would it be a site template issue? Attached site details. Many thanks
4 years 8 months ago #1
by Jeff Lee
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Hi, it looks like your template make a global reset to any html elements, so margin and padding need to be defined individually.
I see that you're using portfolio theme on supportivelisteners.com.au/testsite2/ .Try to add this code to your css:
Anyway, I'm unable to access the administrator page because it needs a secret key
4 years 8 months ago #2
by TemplatePlazza
I see that you're using portfolio theme on supportivelisteners.com.au/testsite2/ .Try to add this code to your css:
.mfp_portfolio_item_inner_txt {
margin-top:1em!important;}
Anyway, I'm unable to access the administrator page because it needs a secret key
Please Log in or Create an account to join the conversation.
- Posted by Jeff Lee (4) Offline
Thank you for your prompt response.
The code worked well for the portfolio theme.
Could I ask for css for the default theme as per my original image?
The site does not require a secret key to be entered.
4 years 8 months ago #3
by Jeff Lee
The code worked well for the portfolio theme.
Could I ask for css for the default theme as per my original image?
The site does not require a secret key to be entered.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Can you point me to the page where the default theme is published?
4 years 8 months ago #4
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Just guessing, please try this :
4 years 8 months ago #5
by TemplatePlazza
.mfp_default_skin_default .mfp_default_item .mfp_thumb_pos_left img, .mfp_default_skin_default .mfp_default_item .mfp_thumb_pos_left2 img {
margin-bottom: 1em!important;
margin-right: 1em!important;
}
Please Log in or Create an account to join the conversation.
- Posted by Jeff Lee (4) Offline
Sorry, I didn't put it back to the default theme on the front page. It is now
The ccs didn't make any change.
4 years 8 months ago #6
by Jeff Lee
The ccs didn't make any change.
Please Log in or Create an account to join the conversation.