Blog Posts Basic

Home Forums Gillion Theme Blog Posts Basic

Home Forums Gillion Theme Blog Posts Basic

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    RESOLVED Posts
  • js
    Participant

    Hi,

    How to achieve the blog posts basic masonry style without any radius?

     

    Best regards,

    Jürgen

    Hi Jürgen,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    js
    Participant

    It‘s on the landing page https://www.beyond-cre.com. If it‘s possible I will achieve the same on the drop down menu and Blog posts left/right.

     

    Best regards,

    Jürgen

    I don’t see manory style blog posts basic on your shared site so could you please share me the screenshot of it so that I can help you?

    js
    Participant

    Sorry. Now it’s working again.

    Glad it’s working fine for you now.

    js
    Participant

    No. We misunderstood. I meant the landing page with the manory style blog posts basic is working again. Still achieving the posts without radius.

    As said above, I don’t see masonry style blog posts basic on your shared site so could you please share me the screenshot of it so that I can help you?

    js
    Participant

    <!–more–>Good morning,

     

    It‘s weird. On the landing page (www.beyond-cre.com) are four sections with the posts block basic masonry. Currently I just can send you a screenshot from mobile.

     

    Best regards,

    Jürgen

    Attachments:
    You must be logged in to view attached files.

    Those are displaying in the grid style and not masonry.

     

    Also, I don’t see any radius on it that you want to remove as shown in the attached screenshot.

     

    Please advise.

    Attachments:
    You must be logged in to view attached files.

    js
    Participant

    True. I tried and achieved it by myself. To be frank it took me long. But you can help me to achieve the same – no radius – at the drop down menu.

     

    Best regards,

    Jürgen

    Solution for this topic

    But you can help me to achieve the same – no radius – at the drop down menu.

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav > .menu-item > .sub-menu {
        border-radius: 0 !important;
    }

    js
    Participant

    Does work. Thank you.

     

    Best regards,

    Jürgen

    js
    Participant

    Sorry, to come back. But how to achieve the same on the mobile and responsive drop down menu?

    The mobile and responsive drop down menu is displaying fine as shown in the attached screenshot.

     

    Please advise.

    Attachments:
    You must be logged in to view attached files.

    js
    Participant

    Yes, if you drop down the sub-categories but not to show just the main-categories. Pls. see screenshot.

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Please use below custom CSS code to achieve the same on mobile.

     

    #page-container .sh-header-mobile-dropdown {
        border-radius: 0 !important;
    }

    js
    Participant

    Does work. Thank you.

    You are most welcome here 🙂

Viewing 19 posts - 1 through 19 (of 19 total)