Lawzo pro full width

Home Forums Lawzo Theme Support Lawzo pro full width

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #146173
    dddd
    Participant
    • Topics: 40
    • Replies: 44
    • Total: 84
    Member since: December 15, 2016

    Hi,
    Does Lawzo Pro have a full width option? If so, how can I change this? Also, does Lawzo use the SKTBuilder?
    Thanks,
    Diane

    #146206
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Q. Does Lawzo Pro have a full width option? If so, how can I change this?

    Ans: Kindly go to Appearance >> Customize >> Basic >> Site Layout >> Select Full Width from dropdown.

    Q. does Lawzo use the SKTBuilder?

    Ans: You can use SKT Builder only for create inner pages.

    Regards,
    Dave

    #146270
    dddd
    Participant
    • Topics: 40
    • Replies: 44
    • Total: 84
    Member since: December 15, 2016

    Hi Dave,
    Unfortunately Lawzo doesn’t have either of those options. I even reloaded a new version of the theme.

    This is what shows up…

    https://imgur.com/RLup48w

    Diane

    #146271
    dddd
    Participant
    • Topics: 40
    • Replies: 44
    • Total: 84
    Member since: December 15, 2016

    Here’s what the inner pages look like. No SKT Builder.

    https://imgur.com/514eL8M

    #146292
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL please?

    Regards,
    Dave

    #146375
    dddd
    Participant
    • Topics: 40
    • Replies: 44
    • Total: 84
    Member since: December 15, 2016

    Here it is: http://www.dyerlawfirm.com/dlf/

    #146441
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Q. Does Lawzo Pro have a full width option? If so, how can I change this?

    Ans: Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    #main {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .header .header-inner { width:1170px;}
    
    @media screen and (min-width:768px) and (max-width:1160px) {
    .header .header-inner { width:100%;}
    }

    Q. does Lawzo use the SKTBuilder?

    And: Kindly install this plugin.
    https://wordpress.org/plugins/skt-builder/

    Regards,
    Dave

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