Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #921215

    Hi, I updated the theme to the latest version and a custom CSS code that was given to me here before is no longer working:

    .page-id-18256 #av-layout-grid-1 .iconbox_icon {
    margin-left: 44px;
    position: relative;
    top: 14px;
    }

    It should align the iconbox icon but it isn’t. It was working great before I updated the theme.

    #921481

    Hey DROR,
    It would be good if you had a custom ID for the element on each page, but it does seem that they all are called “av-layout-grid-1” on the few pages that I checked, so please try this code:

    #av-layout-grid-1 .iconbox_icon {
    margin-left: 44px!important; 
    position: relative!important; 
    top: 24px!important; 
    }

    Best regards,
    Mike

    #921519

    Great, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Cusom CSS not working after theme update’ is closed to new replies.