Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #220693
    #220716

    Hi lunchforone!

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

    .bottom_nav_header.social_header #header_main .container {
    height: 165px; }
    #top .social_bookmarks li a { font-size: 18px; }

    2- Please refer to my post here https://kriesi.at/support/topic/remove-alternate-content-area/#post-218971
    3-

    .single-post .big-preview.single-big { display: none; }

    4- Please refer to my post here https://kriesi.at/support/topic/footer-socket-question/#post-193649

    Best regards,
    Yigit

    #220800

    Thanks a lot Yigit!

    About 4 – Is there a code to get the social buttons in the center? I currently placed them under

    $firstCol = 'first';
    				        switch($columns)
    				        {
    				        	case 1: $class = ''; break;
    				        	case 2: $class = 'av_one_half'; break;
    				        	case 3: $class = 'av_one_third'; break;
    				        	case 4: $class = 'av_one_fourth'; break;
    				        	case 5: $class = 'av_one_fifth'; break;
    				        }
    
    $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
                                echo avia_social_media_icons($social_args);

    Some more things did pop up!

    5) I would like to include a line between each post on the home page (like http://www.lunchforone.de/) – possible to do?

    6) Is it possible to change the style of the date format to the “sentence” style as used at the above link)

    Thanks a lot!

    Tina

    #221450

    Hey Tina!

    This website has Sentence active, please activate Enfold and apply the changes Yigit provided so we can continue with the next ones.

    Cheers!
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customizing for a blog (Header, feature image, social buttons)’ is closed to new replies.