Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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?

    #724623

    sorry password should be:

    #724856

    Anyone help with this?

    #724878

    Hi,

    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,
    Yigit

    #724881

    Hi 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)

    #725391

    Hi Yigit,

    Any help with this?

    Cheers

    #725417

    Hi!

    I changed the code to following one

    .page-id-313 .av-flex-placeholder {
        width: 1% !important;
    }

    Can you please review your website now? :)

    Cheers!
    Yigit

    #725426

    Hi Yigit,

    That’s it man thanks much appreciated!

    #725433

    Hi!

    Not at all :)
    Let us know if you have any other questions or issues and enjoy your weekend!

    Regards,
    Yigit

    #725548

    Hi 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.

    #725559

    Hi,

    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,
    Yigit

    #726237

    Hi Yigit,

    I did that thanks. It was one of the support guys who added it.

    Thanks again

    #726240

    Hi!

    Glad it is working fine now!
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    #734721

    Hi 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

    #735738

    Hi,

    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,
    Nikko

    #735951

    Thanks NIkko

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Column spacing fix?’ is closed to new replies.