• Resolved accend4web

    (@accend4web)


    I am using a great theme ‘Blogus’ and the child theme ‘Blogier’, its really nice, I like it, but I cant work out why my boostrap isnt working. In the hiking description I have loads of images and most are in rows and using col, so 2 together. I have checked the enque and that looks fine, referencing a bootstrap.css file in the child theme

    function blogier_enqueue_styles() {
    wp_enqueue_style('bootstrap', get_template_directory_uri() . '/css/bootstrap.css');

    Checking console and its is referencing that file, but im a bit stumped why its not doing what it should be.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • threadi

    (@threadi)

    Bootstrap loads and runs correctly. The problem is that in the case of the images, they are too big. This means that the Bootstrap flex-box does not work. The solution would be to add to all images

    width: 100%;

    Then at least it works for me. I’m unsure how to specify this in Bootstrap, it’s been a bit too long for me.

    Thread Starter accend4web

    (@accend4web)

    Oh well done, you got it.

    Thank you.

    threadi

    (@threadi)

    Nice if I could help. You are welcome to set the topic to solved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Boostrap not working’ is closed to new replies.