Tagged: , , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #976056

    Hi,
    I am not able to centre a text module (inside a column) in my homepage. It is weird since the code and the form factor is the same than other modules below in the same page (basically duplicated).

    Any help in how to work this out would be wonderful.

    Thanks :)

    #976086

    Hey Sam,
    Try this code in the General Styling > Quick CSS field:

    #top.home div.av_three_fifth.avia-builder-el-5 {
        margin-left: 0% !important; 
        margin: auto !important; 
        float: none !important;
    }

    Best regards,
    Mike

    #976284

    Hi Mike,
    thanks for that. Sadly it does not seem to be working,

    #976312

    Hi,
    I added a custom class to the column “center_column” by enabling Enfold Theme Options > Layour Builder > Show element options for developers
    and changed the css to this:

    #top.home .center_column {
        margin-left: 0% !important;
        margin: auto !important;
        float: none !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #976351

    I think that was it. Thank you Mike :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Text/Column does not get centred’ is closed to new replies.