Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #787129

    I try to center the icon box inside the grid here.

    #787131

    Hey Alexander!

    Can you please post a screenshot and show the changes you would like to make? :)

    Regards,
    Yigit

    #787141

    Hi Yigit. No Photoshop here :) Just i moment.

    #787142

    View post on imgur.com

    Center icon and text. aligment left at the moment :) Thanks Yigit.

    #787148

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .home .iconbox_content {
        text-align: center;
    }
    

    Best regards,
    Yigit

    #787149

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .home .iconbox_content {
        text-align: center;
    }
    

    Best regards,
    Yigit

    #787206

    Hi Yigit. Not really an effect :)

    #787292

    Hi,

    Code is currently not being applied. Can you please try using the code as following

    .iconbox_content * {
        text-align: center;
    }

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.