• Hi, I have a wordpress page build on BootFrame-Core
    https://tiukka.pl/tiukka_robocza/

    And I have a header picture there. I want to make that picture ful width, but nothing I change in CSS helps me achieve my goal.

    There is a line, I can see when I examine css in Chrome that says `container, .smartlib-content-section, .smartlib-full-strech-section .panel-row-style {
    width: 1278px;
    }
    `

    That I cant find in my CSS stylesheet in wordpress. I want it as well to be aligned to the top of the navigation bar, but it doesnt work in Mozilla, but works in Chrome. Please help me!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add these two classes in to your child theme stylesheet for a quick solution.

    .smartlib-top-navbar{
      display: none;
    }
    
    .smartlib-navbar{
     background:none !important;
    }
    Thread Starter tiukka

    (@tiukka)

    still doesn’t work,
    image is not full-width
    additionally, child theme stylesheet doest let me change buttons from the main menu bar behaviour

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘full width header in the theme BootFrame- Core’ is closed to new replies.