StyledThemes

Child Theme

Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #41796
    WebVision
    Participant

    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;
    }

    Attachments:
    You must be logged in to view attached files.
    #41798
    WebVision
    Participant

    Also, I have noticed this does not work on other sites I use this on except one, ?

    #41802
    Sushil Adhikari
    Moderator

    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

    #41818
    WebVision
    Participant

    ralphscustompaint.com

    #41843
    Sushil Adhikari
    Moderator

    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

    #41844
    WebVision
    Participant

    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;
    }

    #41845
    WebVision
    Participant

    They do not work to change what I need

    #41846
    WebVision
    Participant

    As indicated in the image

    Attachments:
    You must be logged in to view attached files.
    #41848
    WebVision
    Participant

    I entered what you said and it did not change the padding

    #41851
    WebVision
    Participant

    I found the problem in the router cache, it was storing the old page and I checked with edge browser and it is correct

    #41852
    Sushil Adhikari
    Moderator

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.