Okay
  Public Ticket #3804419
Blog text
Open

Comments

  •  6
    lukacsdaniel1 started the conversation

    Hi again,

    how can I change the place of text in the blog section? I attached the picture what I mean.

    Attached files:  blog.PNG

  •  3,028
    Andrew replied

    Hi Luka,

    Thank you for getting in touch.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 699px) {
        .masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
            padding: 5% 17% 17% 0;
        }
    }

    Try this and let us know how it goes.

    Thanks,

  •  6
    lukacsdaniel1 replied

    Hi Andrew,

    I put it, but nothing happened.

  •  3,028
    Andrew replied

    Hi Luka,

    Thank you for getting back to us.

    I can see that the issue has been resolved.7242210488.png

    Try this and let us know how it goes.

    Regards,

  •  6
    lukacsdaniel1 replied

    Hi Andrew,

    By me, It's not working, this is a desktop view in edge.

  •  6
    lukacsdaniel1 replied

    I send the picture

    Attached files:  blog.PNG

  •  8,996
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .blog-recent[data-style*=classic_enhanced] .article-content-wrap, .masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
        padding: 5% !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  •  6
    lukacsdaniel1 replied

    Hi Tahir,

    thank you, it's working!

  •  3,028
    Andrew replied

    Hi Luka,

    Thank you for getting back to us.

    I'm glad we could assist. Feel free to reach out if you have any other queries.

    Cheers,