Jump to content

Search box sticking out on right-side on mobile. How to align left?


Recommended Posts

Website: http://www.finsaquaticsusa.com

 

Quick search block module displays incorrectly on mobile version of website. The module protrudes out to the right.

 

Here's what I tried: In File Manager within the Modules folder, I opened the blocksearch folder and edited the blocksearch.css file.

 

I changed the following lines from:

 

/* block top search */
#search_block_top {
position:absolute;
center: 26%;
    top: 34px;
 
to:
 
/* block top search */
#search_block_top {
position:relative;
left: 26%;
    top: 34px;
 
But there was no change to the module's display on the mobile version of website. 
 
Anyone have any advice on how to fix this problem?
 
Thanks in advance.

 

 
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...