Is blog style had fullwidth option?or sidebar had disable option?

Home Forums Legacy Support Support queries How-to & Troubleshooting Is blog style had fullwidth option?or sidebar had disable option?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #55893
    rockylin
    Spectator
    Is blog style had fullwidth option?or sidebar had disable option? i want my blog page is fullwidth style didn't have sidebar. like this one: .https://www.digitalmarketer.com/blog/ .https://www.digitalmarketer.com/marketing-reading-list/
    #55994
    H.K. Latiyan
    Participant
    Try adding this css in your appearance->customize->custom css:
    .page-template-blog3 .sidebar {display:none;}
    
    .page-template-blog3 #content .col-md-9 {width:100%;}
    #56321
    rockylin
    Spectator
    the page is change (http://supershortcut.com/blog/) but the page didn't change (http://supershortcut.com/facebook%E5%BB%A3%E5%91%8A/rocky/7leadadstips/) can you tell me how to change it all?thanks.
    #56439
    Anshuman Sahu
    Keymaster
    Please try adding the given css from wp-admin -> appearance -> customize -> custom css : .single.single-post #content .col-md-9 {     width: 100% !important;   }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Is blog style had fullwidth option?or sidebar had disable option?’ is closed to new replies.