Tagged: Tags
Good afternoon,
I’ve got a small bug with my posts tags: they should be displayed at the very bottom of the article by default, but if I use the short-codes to insert columns, it keeps displaying in columns instead.
Example of post with the issue:
http://ship-st.com/navinn-released-rhinopiping-v1/
Thanks for your help.
Hi Ship-ST!
Thank you for using our theme.
Try to put in custom.css or Enfold->Styles->Quick CSS field:
.single #main .content .entry-footer{
float: left !important;
}
Regards,
Günter
Perfect, as usual!
Thanks for your nice support!