Jump to content

positioning block (helpme)


Recommended Posts

Hello, 

 

I have a problem with the positioning of the login block (made ​​with HTMLbox plugin) on this site:


I would like to move it next to the upper block.

 

I am using Prestashop 1.6 and default-bootstrap theme v 1.0 

 

I tried to figure out how to do it by myself, but I don't understand. Could you help me?

(I'm not expert, explain step by step pls. :blush: )

 

Tnx in advance.

post-761800-0-48896800-1403795296_thumb.png

Link to comment
Share on other sites

Try this:

In file yourdomain/new/modules/slider/views/css/slider.css find:

.news-slider {
    height: 100%;
    width: 66.666%;
}

change to:

.news-slider {
    height: 100%;
    width: 66.666%;
    float:left;
}
  • Like 1
Link to comment
Share on other sites

I tried to understand how CSS media queries work. After i tryed to change the code in my site.

I was wrong something, a disaster. I had to remake everything and now I'm at the starting point.

Could you help me (if is possible) to make acceptable view of my site in the mobile device?

Maybe with a practical example I can understand. I'm starting to hate the responsive themes.

Now (after remake) the site is changed a little: http://www.smartglass.it/new/it/

 

I'm sorry for the disturb, and say thanks another one time.

Link to comment
Share on other sites

After look at the link that you gave me I removed my login form from the box where it was and I solved partially, then I noticed the option to disable the view on mobile devices for every module. I solved my problem by disabling the second slideshow. The view is not perfect, but better than before. 

Thank you.

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...