Virtumart search button will not display to the right

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Jun 29, 2014 10:03 am
Reply with quote
Report this post
Hello again,

I am using virtuemart search as my default search for my site. However if I select in the module configuration to display search button to the right it always displays it to the left. I have placed the search module in the highlight position of this template. I noticed that if I use another template or place it in another position it displays correctly. Can you help me please.

www.change-the-conversation.com/smrtshoppr

is the site
User avatar
Junior Boarder

GK User
Mon Jun 30, 2014 8:02 am
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
div.search input.button { float: right }

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Sat Jul 05, 2014 7:37 pm
Reply with quote
Report this post
Sorry for taking so long to respond. This is better but not exactly what I was hoping for. It put the search button too far to the right. I want it next to the text box.
User avatar
Junior Boarder

GK User
Mon Jul 07, 2014 8:45 am
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
div.search input.button  {float: right;
margin-right: 23px}
User avatar
Platinum Boarder

GK User
Thu Jul 10, 2014 4:34 pm
Reply with quote
Report this post
Thank you. That worked. I had to do a margin-right: 202px to get it exactly right. Thanks for the guidance
User avatar
Junior Boarder


cron