Child css

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19506
    massideation
    Member

    Hello,

    i am building a website with Peak child theme and for some reason full width page does not accept style added to style.css in child theme.

    For example, this page has a Youtube player: http://ccase.staging.wpengine.com/?page_id=15. Page makes it full width.

    In child style.css file i’ve added:
    .page .fluid-width-video-wrapper {
    max-width: 60%;
    margin-right: 20px;
    float: left;
    }

    As you can see none of the declarations were applied. I can’t event see it trough firebug. I only notice declarations from parent theme style.css file.

    Can you please check this for me and let me know what could be the problem here?

    #19538
    Veena
    Moderator

    Can you pls share a temp login to your site as a private reply ?

    #19540
    Veena
    Moderator

    I noticed that only that particular custom CSS in not working in child theme style.css , I have moved the video wrapper custom CSS in themeoptions > custom CSS tab and it seems working .

    #19557
    massideation
    Member

    Ok, it works, but shouldn’t this be working through style.css too?

    #19602
    Veena
    Moderator
    This reply has been marked as private.
    #19624
    massideation
    Member

    Hi Phoenix,

    that was the problem, which is interesting, since we used that kind of marking before and it wasn’t a problem.

    Anyway, thanks a lot for the hint.

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Child css’ is closed to new replies.