-
AuthorPosts
-
December 14, 2016 at 10:54 pm #724620
Hi guys,
I have a couple of issues on a page Im creating. See private data.
I’m looking to close the spacing between each colum (the white areas)
Also ive added a button and used centre alignment but it still sits left?
December 14, 2016 at 10:55 pm #724623sorry password should be:
December 15, 2016 at 2:18 pm #724856Anyone help with this?
December 15, 2016 at 3:46 pm #724878Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-313 .av-flex-placeholder { width: 1%; } .page-id-313 .avia-button-wrap { width: 100%; margin-bottom: 10px!important; }
Best regards,
YigitDecember 15, 2016 at 3:58 pm #724881Hi Yigit,
That worked but only for the first 2 colums? The third is still sitting wrong even though I used the clone colum option!
Also the gaps between the colums are still to large, how do I do that? (see image)
December 16, 2016 at 4:02 pm #725391Hi Yigit,
Any help with this?
Cheers
December 16, 2016 at 4:17 pm #725417Hi!
I changed the code to following one
.page-id-313 .av-flex-placeholder { width: 1% !important; }
Can you please review your website now? :)
Cheers!
YigitDecember 16, 2016 at 4:28 pm #725426Hi Yigit,
That’s it man thanks much appreciated!
December 16, 2016 at 4:41 pm #725433Hi!
Not at all :)
Let us know if you have any other questions or issues and enjoy your weekend!Regards,
YigitDecember 16, 2016 at 9:28 pm #725548Hi Yigit,
I’m still having issues. I’m using a button centre aligned on another new page and it’s not centred.
Why is this happening? I’ll be using this page as a template to set up other inner pages so need this to work across all new pages.
The page is in the private section.
December 16, 2016 at 10:07 pm #725559Hi,
You have following code in your custom CSS
.avia-button-center { display: inline-block!important; }
It is causing the issue. Please remove it :)
Best regards,
YigitDecember 19, 2016 at 7:54 pm #726237Hi Yigit,
I did that thanks. It was one of the support guys who added it.
Thanks again
December 19, 2016 at 7:56 pm #726240Hi!
Glad it is working fine now!
Let us know if you have any other questions or issues :)Best regards,
YigitJanuary 17, 2017 at 2:35 pm #734721Hi Yigit,
Im having a small issue on the page in Private section. I’m looking to close the gap between the 2 1/2 elements. (good content can – some of the content we produce)
How would I do that?
Thanks
January 19, 2017 at 8:53 am #735738Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-446 #av_section_3 .entry-content-wrapper { width: 780px; max-width: 100%; margin-left: auto; margin-right: auto; }
You also might want to get rid of those circular bullets:
.page-id-446 #av_section_3 .entry-content-wrapper ul { list-style: none; }
Hope this helps :)
Best regards,
NikkoJanuary 19, 2017 at 4:43 pm #735951Thanks NIkko
-
AuthorPosts
- The topic ‘Column spacing fix?’ is closed to new replies.