-
AuthorPosts
-
September 24, 2015 at 1:10 pm #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.
September 24, 2015 at 1:14 pm #508389Hi StefanHuijsman!
Can you please post the link to your blog page so we can provide you an accurate code?
Cheers!
YigitSeptember 24, 2015 at 1:17 pm #508395Hi 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
September 24, 2015 at 1:18 pm #508397Ow and sorry, the way the dashed should look is in this blog:
September 24, 2015 at 1:18 pm #508398Hey!
Please add following code to Quick CSS
article { border: 5px dashed#e2e2e2; padding: 5px; }
Best regards,
YigitSeptember 24, 2015 at 1:29 pm #508409Thanks! 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?
September 24, 2015 at 1:34 pm #508414Hey!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitSeptember 24, 2015 at 1:39 pm #508423Ofcourse.
Username: Admin_Temp
Password: Temp_Admin_StefanSeptember 24, 2015 at 1:45 pm #508433Hey!
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!
YigitSeptember 24, 2015 at 1:47 pm #508438Hi,
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
September 24, 2015 at 2:27 pm #508465Is it also possible the add the same dashes around masonry blog layout?
September 25, 2015 at 3:59 pm #509117Hey!
Can you please try de-activating all active plugins and check if that helps?
Regards,
YigitSeptember 25, 2015 at 4:12 pm #509123Hi,
I have just tried this, but it doesn’t solve the problem.
September 26, 2015 at 9:27 am #509422Hi!
You forgot to add the “px” in the “Maximale breedte Container” value. We added it for you.
Cheers!
IsmaelSeptember 28, 2015 at 8:29 am #509857Hi Ismael,
Thanks for the information. Such a stupid mistake, haha.
Best regards,
Stefan
-
AuthorPosts
- The topic ‘Dashed border around posts’ is closed to new replies.