-
AuthorPosts
-
August 27, 2016 at 12:54 am #678348
Hey guys,
When I have a 1/3 row, I’m setting each grid cell to 1px borders all around. But when I preview it, the borders look much larger than 1px.
Can you guys help?
Website:
http://www.ccyran.comScreenshots:
https://postimg.org/image/ya77u9t3h/
https://postimg.org/image/sij3mvsex/
https://postimg.org/image/yr6yl8cxb/Thank you.
Chris- This topic was modified 8 years, 3 months ago by ccyran.
August 30, 2016 at 10:46 pm #679734Hey guys, any luck on this?
Thanks!
August 31, 2016 at 3:41 pm #680035Hi,
Can you please publish your page and then post the link to it so we can see the issue?
Best regards,
YigitAugust 31, 2016 at 4:30 pm #680101Hey Yigit,
Sure thing. See my links in the private content box.
Thanks!
ChrisAugust 31, 2016 at 4:43 pm #680122Hi!
it does look totally fine on my end and i tried it on different screen sizes. Which browser and OS are you using? Also, what is the screen size you are checking your website on?
Regards,
YigitAugust 31, 2016 at 5:29 pm #680202Hey Yigit,
That is how it’s appearing! But I want small pixel borders between everything. I don’t want the images touching. Here’s a quick comp I made showing what I want to do. Ignore the color, I’m just showing what kind of border I want to achieve.
Thanks!
ChrisAugust 31, 2016 at 5:38 pm #680222Hi!
I edited your Grid Row and chose to display border between cells. Please review your website now
Cheers!
YigitAugust 31, 2016 at 5:47 pm #680232Hey Yigit,
I checked my site and it still looks the same :/ Can you show me a screenshot of what you see?
Thanks!
August 31, 2016 at 5:49 pm #680233August 31, 2016 at 5:54 pm #680238Nice!
How do I edit it now to make the borders a bit bigger?
August 31, 2016 at 9:26 pm #680331**correction**
A couple pixels bigger! I’m assuming right now it’s at 1px. I’d like to try 5px.
Thanks!
September 1, 2016 at 2:32 pm #680737Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-border-cells .flex_cell { border-left-width: 5px; }
Best regards,
YigitSeptember 2, 2016 at 7:23 pm #681443Hey Yigit,
When I do this, it’s not being applied correctly to the whole row.
Please see my image:
Thanks!
ChrisSeptember 2, 2016 at 7:25 pm #681444Sorry and another thing,
The borders aren’t equal on all sides. It looks to be shorter vertically.
September 7, 2016 at 5:17 am #682927Hi,
Try to apply a left padding to the cells instead:
#top #av-layout-grid-1 .no_margin.av_one_third { padding-left: 5px !important; } #top #av-layout-grid-1 .no_margin.av_one_third:first-child { padding-left: 0 !important; }
Best regards,
IsmaelSeptember 8, 2016 at 8:48 pm #683878Hey Ismael,
That worked, but it still didn’t fix the alignment issue on the first image on the left. Please see my image link below:
Best,
ChrisSeptember 9, 2016 at 12:40 pm #684144Hi,
Can you please try adding only the first line of Ismael’s code?
#top #av-layout-grid-1 .no_margin.av_one_third { padding-left: 5px !important; }
Best regards,
YigitSeptember 10, 2016 at 10:47 pm #684599Hey Yigit,
That sort of fixed it. But I wanted the borders to be all around the image. On all 4 sides. Looks like the previous code did that but there were alignment issues.
Thank you.
Chris
September 15, 2016 at 1:33 pm #686867Hi,
I wanted to check back the thread but it seems like you have undid the changes?
Best regards,
YigitSeptember 26, 2016 at 9:18 pm #691953Hi Yigit,
Yes I undid the changes because even with the edits you provided it still wasn’t working. There was a lot of unalignment going on. I want to use it only if it’s very simple.
Like this website!
http://www.stocklandmartel.com/talent/nadav-kander/photographyAny idea to make this happen?
Thank you.
September 28, 2016 at 3:42 pm #692752Hi,
We should be able to figure that out but can you please create a private testing page and post login credentials here privately so we can firstly give it a try there?
Best regards,
YigitOctober 1, 2016 at 9:21 pm #694251Hi Yigit,
Sure thing. See my private notes below…
Thanks!
October 3, 2016 at 7:28 am #694465Hi,
Please review the link you provided. This is the closest we can get to what you like to achieve. We have added the below code in Quick CSS.
#spaced .flex_cell:nth-child(1) .flex_cell_inner { padding:0px 0px 0px 10px!important; box-shadow : inset 10px 10px 10px 10px #000; } #spaced .flex_cell:nth-child(1) .avia-slideshow li img { padding:10px 10px 10px 0px!important; } #spaced .flex_cell:nth-child(2) .avia-slideshow li img { padding:10px 10px 10px 0px!important; } #spaced .flex_cell:nth-child(3) .avia-slideshow li img { padding:10px 10px 10px 0px!important; }
Best regards,
VinayOctober 3, 2016 at 7:34 am #694468Thanks Vinay!
October 3, 2016 at 10:19 pm #694785Hi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest .
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Vinay -
AuthorPosts
- The topic ‘Grid pixel border value not correct when used’ is closed to new replies.