Hi,
I'm using bigfeature and for the homepage I'm using the frontpage template, I've used the code showed in this page for showing the three thumbnails under the slider (this works!), but in my homepage the right thumbnail is not aligned with the right side of the container. and also, in the theme setting in wp the container is 848px but in the css is 800px.
Right alignment in Frontpage - Doesn't work
(5 posts) (2 voices)-
Posted 1 year ago #
-
Yes! I've noticed, I've install again the theme and now works. thank you very much...
just, another question: why, if I add the navigation bar, the search box at the right on the header disappear?Posted 1 year ago # -
some navigation styles removes the searchbox (simple and the boxes), because the are floated right and are supposed to be where the searchbox is located. You can add the search to the sidebar if you want to use such a navigation style. It is possible with css to float it to the left too. Or just deactivate it in the settings and add it manually to header.php like this (it will then be floated left):
<?php bf_navigation('','navsimple'); ?>More info on manually adding navigations to the theme can be found here.
Posted 1 year ago # -
wow! thank you very much, and sorry for these questions, I've purchase the theme just yesterday... and it's great, really! thank you.
Posted 1 year ago #
Reply
You must log in to post.