- This topic has 2 replies, 2 voices, and was last updated 9 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › PhotoSeller – shortcodes center align?
Hi
I’m trying to set up my home page similar to biggest microstock agencies, with big search form in the middle, but I’ve noticed that all WPS shortcodes wants to be on the left side of my website.
Thank you for any help in advance.
cheers
Hi,
You could try the following to centre the search box along with its label and button:
1) Go and grab the custom CSS plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following custom CSS code in settings of the above plugin:
.wps_photo_search_box, .wps_photo_search_label {
display: table;
margin: 0px auto;
}
.wps_photo_search_submit {
display: table;
margin: 10px auto;
}
Thanks Peter. Working superbly!