Tagged: , , ,

Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #510768

    I have tried this code as suggested elsewhere but it makes no difference to the size of the Icon Lists.

    .avia-icon-list .iconlist_icon {
    height: 100px;
    width: 100px;
    line-height: 40px;
    }
    
    .iconlist-char {
    font-size: 60px;
    }

    Does anyone know where I am going wrong?

    #510777

    Hey richardelectrix!

    Are you trying to change the size of the icon? If so then try this out.

    .iconbox_icon::before {
        font-size: 40px !important;
    }

    Best regards,
    Elliott

    #510785

    Hi

    I have tried that (on the site now) and it doesnt make any changes to the icon size.

    Thanks

    #510857

    Hey!

    Can you please try using this code as well

    .iconbox_icon {
        font-size: 40px !important;
    }

    If that too does not work, please create a temporary admin login and post it here privately.

    Regards,
    Yigit

    #510869

    Hi

    That doesnt work either.

    #510882

    Hi!

    I am getting “403 Permission Denied!
    If trying to access WordPress Admin please note that it is currently locked down by IP address for security reasons. Please contact support to have your IP address allowed access, this will take just a few minutes.” error. We would not like to share our IP’s. Can you please disable IP restriction temporarily?

    Cheers!
    Yigit

    #511151

    Please see private content

    #511411

    Hey!

    we are lots of moderators in this forum, living around the globe. We can’t share all our IP’s.
    Let us know when we can access your backend.

    Regards,
    Andy

    #511453

    Hi

    It isnt going to be possible to access our backend as our ISP has a strict security policy where only allowed IP addresses can gain access to our back end.

    Do you now have access to a VPN at Kriesi where there is a fixed IP address?

    #511459

    Hi!

    Please see private content field.

    Best regards,
    Yigit

    #511467

    Hi

    You should be able to access the site now.

    Thanks

    #511471

    Hey!

    Can you please switch user role to administrator? When i try to go to Enfold theme options, i get “You do not have sufficient permissions to access this page.” error

    Cheers!
    Yigit

    #511472

    Done

    #511476

    Hi!

    You had one closing curly bracket missing in your child theme’s Style.css file. I closed it. Please review your website now.
    That should have fixed most of the issues you were having with your custom CSS. Please check it and then reply to each of your topics confirming that all is well now or not :)

    Best regards,
    Yigit

    #511479

    Hi

    Thats great. So if I paste things in the stylesheet it should all work now?

    #511480

    Hi!

    Exactly :) Please test it anyway.

    Regards,
    Yigit

    #511485

    Hi

    Everything started working so I cut tht css from the quick css and pasted it in the stylesheet and everything stopped working.

    I then un-did what I did, and reverted.

    Now the bullets etc have stopped working.

    #511538

    Hi!

    I had to re-add the closing curly bracket as we worked on the file at the same time. You can find correct content of your style.css file in private content field

    Cheers!
    Yigit

    #511547

    Hi which curly bracket was causing the issue?

    #511555

    Hi!

    In the link i posted there is no issue. Please flush browser cache and refresh your page and then start editing style.css file

    Regards,
    Yigit

    #511556

    The font hasnt changed in size

    #511561

    Hey!

    Currently you do not have following code in your Style.css file

    .iconbox_icon {
        font-size: 40px !important;
    }

    Cheers!
    Yigit

    #511580

    Hi

    I have it here

    /* CT START Control the size of the icon list and text and bottom margin */
    
    .iconlist-char {
    font-size: 20px;
    }
    
    .iconbox_icon {
        font-size: 20px !important;
    }
    
    .avia-icon-list-container.avia-builder-el-8 {
        margin-bottom: -20px;
    }
    
    /* Icon List */
    
    .avia-icon-list .iconlist_icon {
    height: 20px;
    width: 20px;
    line-height: 40px;
    }
    
    /* CT END Control the size of the icon list and text */
    #511615

    This code is also changing the size of the icon on an icon box as well.

    I only want it to change on the Icon List …

    /* CT START Control the size of the icon list and text and bottom margin */
    
    .iconlist-char {
    font-size: 20px;
    
    }
    
    .iconbox_icon {
        font-size: 20px !important;
    }
    
    .avia-icon-list-container.avia-builder-el-8 {
        margin-bottom: -20px;
    }
    
    /* Icon List */
    
    .avia-icon-list .iconlist_icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
    }
    
    /* CT END Control the size of the icon list and text */
    #511620

    For some reason as well the spacing on the first icon list is correct but the spacing on the second one is incorrect – the text is sitting below the line of the icon.

    http://screencast.com/t/1dINohwVqE

    #512101

    Hey!

    I replied you here – https://kriesi.at/support/topic/icon-list-vertical-line/#post-512098
    Please stick to your topics or it gets confusing :)

    Cheers!
    Yigit

    #512119

    The spacing seems incorrect on the second icon list.

    #512126

    Hi!

    Let’s stick to one topic please. I already answered you in your other thread. So I am going to close this one.

    Cheers!
    Andy

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