This topic has 6 replies, 2 voices, and was last updated 9 years ago ago by Robert Hall
Hi There,
I’ve been trying for a while now to lower the left sidebar on a site I’m building but can’t find how to do it.
Robert gave me a piece of code to try a while back but it doesn’t work. This is what he gave me:
.page-id-9 .woocommerce-account.logged-in .sidebar.sidebar-left {
margin-top: 300px;
}
Can you tell me how to make it lower down so it doesn’t look a mess please?
I can send a screen shot if you’d like to see the problem?
Kindest Regards
Hylton
Hello,
Yes, please provide us with screenshot and link to the page.
Regards,
Robert Hall.
Hi Robert,
Thank you for getting back to me so quickly.
If you look here you can see what i mean:
Kindest Regards
Hylton
Can you also provide us with link to pages where you have issue?
Regards,
Robert Hall.
Hi Robert,
If you go to http://www.nutechtoyz.com/newstore
Then login using the link in the top righthand of the site using the details in the Private Content box.
Then go to Sellers in the main menu and in the dropdown click on Sellers Dashboard you can see the lefthand sidebar is up way to far.
Kindest Regards
Hylton
Hello,
Please try this code in Global Custom CSS.
.page-id-19399 .sidebar.sidebar-left {
margin-top: 300px;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up