Viewing 5 posts - 21 through 25 (of 25 total)
  • Author
    Posts
  • #94535
    Mahesh
    Keymaster

    @jadk001:

    Hi Jordan,

    The feature you are seeking (No Sidebar – Full Width) is available in Adventurous Pro. I recommend you to upgrade to Pro. But if you want this in free version, you can do it with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .container {
        width: 1160px;
    }
    
    #primary {
        width: 100%;
    }

    Regards,
    Mahesh

    #95503
    jadk001
    Participant

    Hi, Perfect. Ahhh last thing as this has got me so confused. I 100% intend to up-grade to the premium theme, its just a big thing for me and I want to make sure if all perfect before I do…How do I get a side menu? I had one before but it would only appear below all my content on the right… I want it on every blog post from the top?

    #95511
    Mahesh
    Keymaster

    @jadk001: Do you mean another menu in the sidebar? If that’s the case, you can add menu widget in primary sidebar. And you do have change some settings in the customizer since you are using No Sidebar. You’ll have to change it to Left Sidebar or Right Sidebar. For this, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select Left Sidebar or Right Sidebar in Sidebar Layout Options

    Hope this helps.

    Regards,
    Mahesh

    #95601
    jadk001
    Participant

    Hi again,

    Thanks – I had turned on before and have kept on now but it just looks like this:

    http://inspiredbymaps.com/poon-hill/

    See the Right Side Bar only appears after the blog post and comments? But I want it to start with the blog on the right>…

    Any ideas?

    #95615
    Mahesh
    Keymaster

    @jadk001: You have following code in your Custom CSS which is causing the issue.
    #primary{width:100%}
    Remove it and it will resolve the issue.

    Regards,
    Mahesh

Viewing 5 posts - 21 through 25 (of 25 total)
  • The topic ‘front page width’ is closed to new replies.