-
AuthorPosts
-
October 28, 2015 at 10:00 pm #644146
Hello there,
Can you please provide instructions or the custom CSS to make
the changes in the attached photo.Thank you so much!
October 28, 2015 at 10:57 pm #644205Hi there,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer..x-sidebar.right { padding-left: 25px; padding-right: 25px; }
Hope this helps.
Cheers!
October 28, 2015 at 11:32 pm #644241Thank you so much, that did in fact centre the content in the sidebar.
Now how do I make the rhs white like the lhs (see the photo I attached previously)?Thank you so much!
October 28, 2015 at 11:38 pm #644248Hi There,
Please try with this CSS:
body, .x-sidebar { background-color: #fff; }
Hope it helps 🙂
October 28, 2015 at 11:48 pm #644261This reply has been marked as private.October 28, 2015 at 11:58 pm #644267Hello There,
You can reset the gray background image the comes when you install the demo. Then set background color to white.
Go to Appearance > Customize > Layout and Design > Background Pattern and Background Image > Select image for both then click Save. Then remove the image and click Save again. Then select white for Background Color.Hope this helps.
October 29, 2015 at 12:06 am #644275Thank you, that helped, but I now lost the background grey for the sidebar background (see weblink in private message).
Is there a way to get that back?October 29, 2015 at 12:29 am #644298Hi,
You can add this under Custom > CSS in the Customizer.
body .x-sidebar.right { background: url(http://theme.co/x/demo/ethos/1/wp-content/uploads/sites/2/2014/05/neutral1.png) top left repeat; padding:20px 25px; } .home .x-container>.offset { margin-top:0; } .home .x-flexslider { margin-bottom:0; } .home .x-main.left { margin-top:30px; }
Hope that helps.
October 29, 2015 at 10:12 am #644800Thank you for your help!
October 29, 2015 at 12:33 pm #645028You are most welcome 🙂 .
-
AuthorPosts