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

    Hi is it possible to put the symbol instead of centered on the left side above the title and put a little space under the symbol so that the title is not so close under it?
    Under the symbol list is a big space too that i don`t get away mobile.Is there any code for quick css?

    That would be perfect :)
    Wish you a great day,
    rixi

    #1428322

    Hey rixi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	#top .avia-icon-list .iconlist_icon {
    		margin: 0 0 10px 0;
    	}
    	#top .avia-icon-list li {
    		padding-bottom: 0;
    	}
    }

    then look in your icon list content area, you have a extra empty paragraph tag from a empty line, probably from a “return” key stroke, you may need to look in the “text” tab to remove it.
    Enfold_Support_4153.jpeg
    This adds a empty space under your icon list:
    Enfold_Support_4155.jpeg

    Best regards,
    Mike

    #1428450

    Hello Mike,
    thanks a lot, looks perfect with the symbol, now!
    Hm, but what is that space there? I there a way to make it a little bit smaller?

    Many greetings rixi

    #1428462

    Hi,

    Hm, but what is that space there? I there a way to make it a little bit smaller?

    Yes, that should be possible. Please add this code in the Enfold > General Styling > Quick CSS field or add it in the child theme’s style.css file.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .av-lmuro99q-efb5a91e80c2f3c7de60c4602a959104 .article-icon-entry {
        margin-bottom: -50px;
      }
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.

    Best regards,
    Ismael

    #1428473

    Hi Ismael,
    perfect :)))) Thanks a lot!

    Many greetings,
    rixi

    #1428487

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘symbollist mobile’ is closed to new replies.