Three columns will not line up

Home Forums WordPress Themes – Premium Encase Pro Three columns will not line up

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #16977
    Barbara Clements
    Participant

    Hi,

    In the Encase Theme Pro, the three columns will not line up in a row. The first two are on one row and the third is below them. I have tried changing the amount of text in the header and the text area, but that hasn’t helped. http://www.preseed.seofficeservices.com

    Thank you.

    #22330
    Sushil Adhikari
    Moderator

    Hi Barbara Clements,

    To make 3 column layout you need to follow bootstrap pattern: @see for the reference: https://getbootstrap.com/examples/grid/
    http://www.w3schools.com/bootstrap/bootstrap_grid_basic.asp

      
    //first content
    //second content
    //third content

    2> Also you can try by adding this css on child theme style.css templates

    body.home #columns .column {
    	margin-right: 30px  !important;
    }

    Let us know how it will goes.

    Note: Please use child theme to add custom css , so your changes will not lost on theme update.

    Thanks

    #22334
    Barbara Clements
    Participant

    I don’t understand. :blink:

    In the Customization panel there is a place to put the header and text for three columns on the homepage. Are you saying that these don’t work and that I have to code them myself?? If so, why put the option in the customization panel? The portfolio widget on the homepage also seems to want to have 3 columns but it lines up the same way with two on one line and the third on the next line.

    I bought the theme because it seemed the three columns were included. If not, I will have to use another theme.

    #22337
    Sushil Adhikari
    Moderator

    Hi Barbara Clements,

    Sorry for the inconvenience , we had found bug in our theme and had already updated to version 1.1.3 . So please update to the latest version to fix your issue.

    Here in the tutorial we have take flat responsive as an example, you can applied same for encase theme.
    https://www.styledthemes.com/wordpress-tutorials/410-installing-updating-themes

    If you got any problems on this please don’t hesitate to reach back out to us. We will be more than glad to assist you

    Thanks

    #22347
    Barbara Clements
    Participant

    Thank you, that solved the problem.

    #22348
    Sushil Adhikari
    Moderator

    You are most welcome Barbara, and please don’t hesitate to reach back out to us. We will be more than glad to assist you.

    Thank you

    #22646
    Scott Nicholl
    Participant

    Hi, sorry to jump in late here but I am experiencing the same challenge with one of my new installs. This is using encase-pro 3. I have sites using 1.01 not experiencing the issue. Please help!

    #22649
    Sushil Adhikari
    Moderator

    Hi Scott Nicholl,

    Could you please provide us a site URL so we can find the exact issue and provide you appropriate solution?

    Thanks

    #22658
    Scott Nicholl
    Participant

    Hi, unfortunately the not working site is on my developmental server that is not accessible to the pubic. The working one is at http://snicholl.com.

    #16978
    Sushil Adhikari
    Moderator

    Hi Scott Nicholl,

    We are really sorry for the inconvenience. As we had fixed this issue on version 1.1.3 it will be difficult for us to know the problem. You can keep you site on maintenance mode and share us your wp login detail so just we can see your site.

    You can take help of plugin to keep your site on maintanance mode . @SEE https://wordpress.org/plugins/site-is-offline-plugin/

    Note: Make sure using homepage page template to render three column layout.

    Thanks

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