Tagged: ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #744316

    Hi guys,

    I need to increase the spacing slighting between the elements in this example:
    http://prntscr.com/e60ayn

    Can you let me know the Quick CSS to do this?

    Thanks

    #744646

    Hey Krissie,

    Thanks for the screenshot, though when asking us for CSS edits then please always include a link where we can inspect the actual elements. Otherwise we can’t give you accurate code unfortunately.

    Best regards,
    Rikard

    #744698

    Hi Rikard,

    I don’t need this anymore, but will get in touch if I do in future. Maybe you guys would consider adding additional options for the formatting of accordions and tables?

    Thanks

    #745224

    Hi,

    Ok, thanks for the feedback. We’re always trying to improve the theme so if you have any suggestions then please submit them here: https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Rikard

    #746315

    Sorry Rikard, I do need your help with this still. Please can you you help me increase the line height on the following icon list:

    http://prntscr.com/e8398c

    Url = http://www.syniaditsolutions.co.uk/can-we-help/

    Thanks! The icons are too squashed together.

    #746777

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-iconlist-small li {
        padding: 10px 0 !important;
    }

    Best regards,
    Rikard

    #746784

    This is much better! Thanks so much! :)

    #746786

    One more thing.. can you help me get the following icons more centred in the screen? URL in privacy area.

    http://prntscr.com/e8iipd

    There is no way to change the font size of the icon main font either. Can you give me the code for that too?

    Many thanks,

    Krissie

    #748619

    Hi,

    Just checked your site and it seems this is already done. Let us know if you need anything else related to the topic.

    Best regards,
    Nikko

    #749048

    Hi Nikko,

    No, I am still waiting for help with this. I want the icons to be in the middle and the font to be larger.
    Although i have selected centered, they are all still a bit to the left – if you see what I mean?
    Thanks

    #749404

    Hey,

    You can center the text but not including the check by using this css code (code includes increasing the font size):

    .page-id-2856 #av_section_6 .av_one_third .iconbox {
        font-size: 20px;
        text-align: center;
    }

    Regards,
    Nikko

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