Okay
  Public Ticket #1586161
Changing sizes in blog-post preview
Closed

Comments

  •  1
    buero-ludwig started the conversation

    Hey guys,

    I have to submit another question. When simulating the website onto an iPad the masonry-blog-items look very stretched (see attachment). 

    Could you show me the custom css to

    1. reduce the size of the meta-category so they fit into one line, 
    2. change the .post-header from h3 to h4 in the blog-post-content class,
    3. and change the size of the preview-text? 

    If it's possible of course. Thanks a lot for your great support, it was an interesting journey but a pleasure creating my first website with your theme :)

    Thanks again!
    Niko

  •  9,009
    Tahir replied

    Hey Again,

    Try using the New Responsive Typography Settings in here : http://prntscr.com/gnf951 .

    Best.


    ThemeNectar Support Team 

  •  1
    buero-ludwig replied

    Hi Tahir,

    as your solution affects other parts of the website I would prefer a way of adjusting which just affects the blog-item. Further than that it is not possible to change the paragraph-text in the typography settings. Is it possible to fix my issues with custom css?

    Thanks
    Niko

  •  3,033
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please send a link to your website so we can have look,

    Regards

  •   buero-ludwig replied privately
  •  9,009
    Tahir replied

    Hey Again,

    Just increased the post width so more complex css is not needed . 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (min-width: 1000px) {
        .masonry-blog-item {
            width: 48.3% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    buero-ludwig replied

    Even better – thanks again, Tahir. I appreciate it.

    Have a nice weekend.

    Niko