Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1326470

    Hi I would need to center the 3 custom images of the social icons in the footer-template page you see on the website http://www.toysanarchy.com.
    I tried both with table and with html code but I could not. Can you please help me? Thanks Gianluca

    #1326482

    Hey sitibus,

    They are centered in the table which you are currently using, I’m not sure exactly how you want to center them though? Maybe you have a screenshot highlighting your intentions?

    Best regards,
    Rikard

    #1326497

    Hi would like such a result: http://works.s2t.it/gianluca/socials-inline.html Tks Gianluca

    #1326520

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #container-icone br {
      display: none;
    } 
    
    #container-icone {
      text-align: center;
    }

    Best regards,
    Rikard

    #1326531

    Great deal. But do I have to leave my html code?

    #1326596

    Hi,

    If it’s the bottom icons you are trying to align, then yes, you can leave your markup in there.

    Best regards,
    Rikard

    #1327161

    Ok thanks.
    And to increase the space between the three images how can I do?
    Tks Gianluca

    #1327225

    Hi,
    To increase the space between them you would add padding like this:

    .icona-social {
        padding-right: 5px;
        padding-left: 5px;
    }

    Best regards,
    Mike

    #1327238

    I already didit but nothing changed.
    Do you mean in the html of the text element or in the css in general styling of enfold?

    #1327241

    Hi,
    I had meant in the Quick CSS, but when I logged in and tried it I noticed the icons became smaller so I adjusted to this:

    #container-icone .icona-social {
        padding-right: 5px;
        padding-left: 5px;
        height: 40px;
        width: 50px;
    }
    

    Please see the screenshot in the Private Content area of the before & after and clear your browser cache and check.

    Best regards,
    Mike

    #1327404

    Great job!
    Dut now I don’t know what is due with enfold active the product page no longer works correctly (you can see only 5 images everything is gone) while with a default theme active everything works correctly can you check? thanks Gianluca

    #1327622

    Hi,
    Odd, I don’t believe that this is related to the above css, have you added any new plugins or made any changes since it was working correctly last? It looks like the Advanced Layout Builder was used last to edit your product this would override the default woocommerce layout which I thought was what had been using in the past.
    Try reverting back to using the default editor with revisions.

    Best regards,
    Mike

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