Tagged: ,

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #508381

    I want to add a dashed border around every post on the blog page. I found some articles about this with some css codes, but I am struggling to put them in the right place and make it work.

    Is it possible to add the code thats needed into the code block block? And if so how does this work, because I have tried this but I didn’t succeed. Maybe I have used the wrong code.

    I’ve tried adding this code:
    div {
    border-width:5px;
    border-style:dashed;
    }

    But that didn’t work, or I didn’t add it the right way.

    #508389

    Hi StefanHuijsman!

    Can you please post the link to your blog page so we can provide you an accurate code?

    Cheers!
    Yigit

    #508395

    Hi Yigit,

    This is the link:
    http://www.stefanhuijsman.nl/stefanhuijsman.nl/werkervaring/raven-blog/

    This is just a test website, but as I am almost always working with Enfold and want to create a blog in the style of a webshop I need those dashes.

    Best regards,

    Stefan

    #508397

    Ow and sorry, the way the dashed should look is in this blog:

    https://www.raven.nl/blog/category/alle-categorieen/

    #508398

    Hey!

    Please add following code to Quick CSS

    article {
        border: 5px dashed#e2e2e2;
        padding: 5px;
    }

    Best regards,
    Yigit

    #508409

    Thanks! It’s working.

    One other thing, yesterday I changed the width of the page to 1200. Now I have changed it back to 1310. But that is not working. How is that possible?

    #508414

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #508423

    Ofcourse.

    Username: Admin_Temp
    Password: Temp_Admin_Stefan

    #508433

    Hey!

    For some reason your website no longer loads on my end. Can you please post the content of your Quick CSS field here using http://pastebin.com/?

    Cheers!
    Yigit

    #508438

    Hi,

    The only code in the Quick CSS is the code you just gave me:
    article {
    border: 1.5px dashed#333333;
    padding: 5px;
    }

    I just added it in the pastebin.com

    #508465

    Is it also possible the add the same dashes around masonry blog layout?

    #509117

    Hey!

    Can you please try de-activating all active plugins and check if that helps?

    Regards,
    Yigit

    #509123

    Hi,

    I have just tried this, but it doesn’t solve the problem.

    #509422

    Hi!

    You forgot to add the “px” in the “Maximale breedte Container” value. We added it for you.

    Cheers!
    Ismael

    #509857

    Hi Ismael,

    Thanks for the information. Such a stupid mistake, haha.

    Best regards,

    Stefan

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Dashed border around posts’ is closed to new replies.