Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #273808

    Hi

    Take a look at this page: http://www.agenziapiras.com/homepage-3/

    scroll down to the “servizi” section (is the third section from the top of the page)

    Is there a method to avoid the padding of the image from the top of the tabs container?
    The padding should be remain standard for the text.

    I’ve already tried to assign a “padding: 0 !important” parameter to the container but the image element ignore that command for the top.

    Any ideas?

    cheers!

    Pirasrimini

    #273814

    Hi pirasrimini!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .tab_inner_content img.alignleft.wp-image-3060 {
    margin-top: -11px;
    }

    Regards,
    Yigit

    #273830

    Hi Yigit,

    I’ve add the code but it works only in the first tab.
    i’ve tried to reset the browser cache but nothing is changed.

    Maybe i’ve made something wrong?

    Thanks a lot

    Pirasrimini

    #273833

    Hi!

    Please change the code to following one

    .tab_inner_content img.alignleft {
    margin-top: -11px;
    }

    Best regards,
    Yigit

    #273957

    It works!

    Thanks VERY much!

    Pirasrimini

    #273963

    Hey!

    You are welcome, always glad to help! :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Images padding in tabs container’ is closed to new replies.