We're merging with GenerateBlocks! Learn more here.

[Support request] Similar display as in GP blog ?

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Similar display as in GP blog ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1558
    Barna
    Participant

    Hi

    Trying to style my blog but one thing im missing is to have the same background as my original blog :

    http://prnt.sc/e367xt

    As i need my homepage to be a page and not latest posts, I need to figure out something for this issue 🙂 Unless the GP blog can be added anywhere with a shortcode too ?

    Thank you

    #1562
    Tom
    Keymaster

    You could remove the background from the page you’re adding the shortcode to:

    .separate-containers .inside-article {
        background-color: transparent;
        padding: 0;
    }

    Then make your WPSP list look similar by adding a white background color and padding to the items.

    Let me know if that gets you closer 🙂

    #1573
    Barna
    Participant

    Forgot there was no update yet for the border issue.. the code i used before (forgot to mention) wasn’t working properly

    http://prnt.sc/e3hq6i

    #1584
    Tom
    Keymaster

    You’re using the code we came up with on that site? Can you link me to it?

    #1585
    Barna
    Participant

    yes but that moved everything. so the left oriented image became middle on full screen size. I can’t link it as it the normal blog style there now (where it has been tested)

    this code:

    .wp-show-posts-image.wpsp-image-left,
    .wp-show-posts-image.wpsp-image-right {
    float: none;
    margin-right: 0;
    margin-left: 0;
    }

    does this to a left aligned list layout :
    http://prnt.sc/e3wlcz

    #1587
    Tom
    Keymaster

    This is the code that should fix that issue:

    .wp-show-posts-inner:after {
    	clear: both;
    	display: table;
    	content: '';
    	width: 0;
    	height: 0;
    	overflow: hidden;
    	visibility: hidden;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.