badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

website title & description width

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #62383
    javadxth
    Participant

    hi

    in the NewsCard theme, i have a simple problem
    site title and description width is not 100% of page, it just stays in the right above the page but I want to make it use 100 of the page with to make the height of page lower than this

    what should I do ??

    screenshot: https://ibb.co/R31DFCt

    my website: https://dam-flower.com

    #62427

    Hi @javadxth,

    We found you have solved the problem by adding the custom css code of making fixed width of 991px to the selector ‘navbar-brand‘.
    It’s good but making a fixed width of 991px will affect on smaller screen devices. so for better solution to make the site title and tagline section width to 100%, Please remove the width you added to navbar-brand and paste the below custom CSS code in Appearance > Customize > Additional CSS.

    .navbar-head .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }

    Thanks

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