Jump to content

Widget area moved in Integration wordpress and prestashop


Recommended Posts

Good morning, 

 

 I have 4 issues, but i will open each one in differnt topics.

 

My third problem is the following

 

I'm trying to integrate prestashop with wordpress, all works well but i have been fighting a lot because all the content appears moved. Now i have gotten move the central content to its correct position, but the widget area cannot be moved.

 

Can anybody help me? :)

 

The website is the following: WEBSITE

 

Thanks a lot!

Link to comment
Share on other sites

Hello!

 

Thanks for your answer

 

I have fixed it modifying style.css in wordpress.

(line 529)

.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

Change by:

.site-content {
	margin: 24px 0 0;
	margin: 0 20px -300px 0
}

Now it works well:)

 

Edit:

 

it doesn't work when i want to read a full post :S

 

I will try creating a class

 

Thanks a lot

Edited by jowie (see edit history)
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...