• Resolved Freaky1

    (@freaky1)


    Hello! I just started digging into wordpress and I am not familiar with it. So I need your help.

    I made simple blog HTML+CSS now I am working with wordpress. But there’s a problem in HTML+CSS is working everything. But when I add all files to index.php and then I add simple <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” /> . It’s almost everything diffrent.

    Is CSS coding “different” for wordpres ?

    Here are two pictures how it looks in HTML+ CSS

    http://shrani.si/f/1r/OU/22yRjBpy/wp.png

    and here how in WordPress index.php included the top code.

    http://shrani.si/f/19/At/3NS56XZf/html.png

    Thank you for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    HTML class names, IDS and general structure may be different in WordPress.

    Thread Starter Freaky1

    (@freaky1)

    Wow :(, then I need to fix this. Do you know for any tutorial ?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I’d just change the class and ID names in the CSS to match WordPress’.
    Try using a browser developer tool like Firebug or the one built-in to Google Chrome to explore the classes and IDS that WordPress generates.

    I’m saying WordPress in the context of a WordPress theme.

    Thread Starter Freaky1

    (@freaky1)

    Thank you for your help. I’ll try to fix 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress starting Style.css mess’ is closed to new replies.