• gidradiony

    (@gidradionygmailcom)


    Hey i wanted to display my home page like shown in the demo.

    This is my website gidradio.com

    Here is where i’m having trouble.

    – Not sure how to move the “recent post” section beneath the magazine 2 column section

    – Not sure how to find install, and insert the ticker beneath the header.

    – Also how can i get the post to show with the 1 post to the left the other 4 on the right side like displayed under the category “World”

    Here is the link to the Demo – https://demo.themepacific.com/bresponzive-pro/

    Can someone can help me with this i would really appreciate it.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • You most likely will need to open single.php and locate the code that is responsible for outputting the 2 column magazine layout and place it above the recent posts loop. That might be difficult if you are not familiar with looking at code so you can try to do it with CSS, but with CSS it may break your layout on mobile.

    So in your theme’s Custom CSS often found in the Theme Options add this:

    .home #tpcrn_magazine_doublethumb-widget-4 {
    top: -310px;
    position: absolute;
    left: 0px;
    width: 777px;
    }
    .home h2.blogpost-wrapper-title {
    margin-top: 690px;
    }

    was anyone able to figure out how to get the above sorted and working? It would make sense to have it setup by default when installing the theme to be honest rather than having to sift through lines of css and code to try and find the bit that I need.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display home page like shown in demo’ is closed to new replies.