• Resolved ramunegaming

    (@ramunegaming)


    I am trying to get the preview to look more appealing but I can’t seem to control the gap between the layout edits? At present it looks like this https://i.imgur.com/xyF5bB8.png however I would like the author name and post date on the same line. I would also like the gap between this line and the content to be smaller. Trying to get something similar to this: https://i.imgur.com/Grg4ovz.png

    Is there anyway to do this?

    • This topic was modified 8 years, 3 months ago by ramunegaming.
Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post,

    you will need to play with CSS in layout editor.

    please use display: inline-block

    View post on imgur.com

    Regards

    Thread Starter ramunegaming

    (@ramunegaming)

    How do I make the gap between the content types smaller? It’s great I can put the contents on the same line but I still want a line break smaller not the current huge one. Also is there a way to make it read “By RamuneGaming | post date” ?

    • This reply was modified 8 years, 3 months ago by ramunegaming.
    Plugin Author PickPlugins

    (@pickplugins)

    All things are possible as same as your screenshot.

    But you have to know CSS first, you could hire someone who know CSS well.

    
    .element.element_1482685269197.post_date::before {
    	content: "|";
    	padding: 0 10px;
    }
    

    View post on imgur.com

    Regards

    Thread Starter ramunegaming

    (@ramunegaming)

    How do I insert the code?

    Sorry for being a pain new to this :S

    Plugin Author PickPlugins

    (@pickplugins)

    Please see there is input field for adding “Custom CSS”

    View post on imgur.com

    Regards

    Thread Starter ramunegaming

    (@ramunegaming)

    That’s where I tried putting it but it doesn’t change anything? Maybe I need to make a new grid for it to work?

    Plugin Author PickPlugins

    (@pickplugins)

    Have you changed the item class, the code i sent you for exapmle, you need to find your item class. please use inspect element on browser.

    Regards

    Thread Starter ramunegaming

    (@ramunegaming)

    This maybe?

    <div class=”element element_2 post_date”>December 11, 2016</div>

    Maybe it’s easier if I post the page? https://www.twitchdoctor.com/tutorials/

    Plugin Author PickPlugins

    (@pickplugins)

    Please try following CSS

    
    #post-grid-177 .element_2::before {
    	content: "|";
    	padding-right: 5px;
    }
    

    Also please set .element_2 padding 0px on layout editor

    View post on imgur.com

    Let me know the update.

    Regards

    Thread Starter ramunegaming

    (@ramunegaming)

    That did the trick thank you very much. One last thing. I notice the ‘Title with URL’ opens the post into a new tab. Is there a way to stop this? I would rather if it opened on the same browser tab?

    Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your reply,

    go to layout editor and check the screenshot where the option located.

    View post on imgur.com

    Regards

    Thread Starter ramunegaming

    (@ramunegaming)

    Ok I had to set it to _parent. Thank you very much for all the help really appreciate it.

    PS: unrelated to your plugin. I am trying to remove the title on the page that says ‘Tutorials’ but It’s all done by the theme. What I mean is the title is the top bar navigation and also the text on top of page. If I remove the title using the page editor it just makes the tab named ‘no name’ Any ideas?

    Plugin Author PickPlugins

    (@pickplugins)

    This is very logical,
    you will need to manually input menu name under menu editor.

    but this is out of my support ??

    Regards

    Thread Starter ramunegaming

    (@ramunegaming)

    Sorry me again. I am trying to set up another page with post grid but I would like to select which posts go to which page is this possible? I have a page called ‘Streaming Gear’ Where I plan to put product reviews but at present it only shows the same post as it does over on tutorials. Is there a way to filter posts to certain post grids?

    • This reply was modified 8 years, 2 months ago by ramunegaming.
    Thread Starter ramunegaming

    (@ramunegaming)

    Sorry one more thing I made a new post but the block formatting is off? How can I have it so it keeps the same formatting every new post? https://www.twitchdoctor.com/tutorials

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘How to remove gaps between layout edit?’ is closed to new replies.