Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #1466354

    Hello,

    I need help centering 1/4 row on my site. The team section of the page is on this link: https://atlantapg.com/home/company/ The second line only has 3 people and I need them to be centered. Can you please assist me with centering the 3 people on the bottom row?

    #1466367

    Hey Maggie,

    Thank you for the inquiry.

    There is no default option for this, but you could manually apply a left margin to the first column in the row to adjust the items’ alignment. This margin may need to be adjusted for different screen sizes using css media queries.

    .flex_column.av-x9sa-8a37e2b5769dd020bbf980d44cf0bf21 {
        margin-left: 12%;
    }

    Best regards,
    Ismael

    #1466371
    This reply has been marked as private.
    #1466372
    This reply has been marked as private.
    #1466379

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1466394
    This reply has been marked as private.
    #1466434

    Hi,

    Where exactly are you looking to remove that? Please post a link to an example.

    Best regards,
    Rikard

    #1466463
    This reply has been marked as private.
    #1466464

    Hi,
    Thanks for the screenshot and the link to your site, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-post-nav {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1466470
    This reply has been marked as private.
    #1466474

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1467035
    This reply has been marked as private.
    #1467053

    Hi,

    You may need to add another 1/4 column at the end of the second row to ensure the columns are the same size as those in the first row. Add this css code to shift the row slightly to the right.

    
    #top .flex_column_table.av-20ndm-838f183c878a6c3bb0dbd9bf9fac481e {
        margin-left: 8%;
    }

    Best regards,
    Ismael

    #1467056

    my solution would be to use grid layout on that :
    7 1/4 columns with no equal height inside a color-section with a custum-class

    see: https://webers-testseite.de/apg/

    My recommendation for images that should look the same: Crop them the same way – that is, keep them at least in the same aspect ratio.

    #1467143
    This reply has been marked as private.
    #1467182

    Ok – put only your 1/4 columns in one color-section – nothing else – the heading and separator had to be in an extra section.
    Because as mentioned on may page – every element will be part of that grid layout.

    For your anchor navigation : maybe your heading including the separator got that ID.
    For the grid layouted section do not forget to set the custom class – and put all ( like on my preview image of the layout ) in that section ( all 7 )

    #1467205
    This reply has been marked as private.
    #1467206
    This reply has been marked as private.
    #1467341

    Hi,
    Thanks for your patience and the link to your site, I added this ID to the team section with the three 1/4 columns: centerrow
    Enfold Support 6485
    and this css in your Quick CSS:

    @media only screen and (min-width: 990px) { 
    	#centerrow .entry-content-wrapper {
    		display: flex;
        justify-content: center;
    	}
    }

    and now they are centered:
    Enfold Support 6487
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1467355

    Mike

    Thank you so very very much for this I really appreciate you.

    #1467431

    Hi,

    Great! Glad to know that this has been resolved. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘Team section 1/4 needs to be centered’ is closed to new replies.