Home › Forums › WordPress Themes – Premium › Pure & Simple › Child Theme
Tagged: child theme
I am using the child theme for Pure & Simple
Nothing I add changes in the custom area ?
Here is an example – I even added important statement and it still did not change
#content {
padding: 1rem 0 1rem !important;
background-color: #fff;
font-size: 0.813rem;
}
Also, I have noticed this does not work on other sites I use this on except one, ?
Dear VQP,
Thanks for contacting Styled Themes support team.
It seems there is no any problems with css you have written. There may be another side which is effecting the changes. So we request you to provide your site URL, so we can provide your exact and appropriate solution.
We look forward for your response.
Thanks
ralphscustompaint.com
Hi there,
You code is effecting the padding at the top. 1rem is equal to 16 px. You can try by placing this code, it willl decrease the pading at the top.
#content {
padding: 0 0 1rem !important;
}
let us know if still you have doubt on this.
Thanks
That is your code from the theme, not mine, neither code that is in the child theme works correctly
Both these were taken from the main theme
.type-page .entry-title::after {
content: “”;
width: 100%;
height: 6px;
background-color: #888888 !important;
display: block;
height: 6px;
margin: 10px 0;
}
#content {
padding: 1rem 0 1rem !important;
background-color: #fff;
font-size: 0.813rem;
}
They do not work to change what I need
As indicated in the image
I entered what you said and it did not change the padding
I found the problem in the router cache, it was storing the old page and I checked with edge browser and it is correct
Hi there,
You are keeping same value of padding as before.As I told 1rem == 16px. You are keeping 16px for the top value. Try keeping this code:
#content {
padding: 0 0 1rem !important;
}
Could you tell us what you need to change.
Thanks
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.