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

    Hi I have a few questions.

    1: I would like to reduce the space between the blog posts in the blog widget (I m using it on the frontpage)
    Can´t find a Quick CSS fix in the forum – Do you have a solution?

    2: Is it possible to incert text on the same line as the logo in the top (after the logo) ?

    3: Where do I find all the Icons used for e.g. Icon boks ? (I want to upload my own)

    Thanks

    #309876

    Hi Jonas!

    1- Please add following code to Quick CSS and adjust as needed

    .avia-content-slider .slide-entry-wrap { margin-bottom: 15px; }

    2- Please go to Appearance > Editor and open helper-main-menu.php file and find

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);

    and add your text right below it as following

    echo "<div class='header-custom-text'>Here is my custom text!</div>";

    Then you can adjust its position using custom CSS in Quick CSS field

    .header-custom-text { position: relative; right: 0; top: 10px; color: red; font-size: 24px; }

    3- http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Regards,
    Yigit

    #310063

    Thanks, everything works fine, with some css on the new custom div.

    A fial question.

    When I ser the blog to grid, it shows 3 collums in the categories, and no “read more link” under the posts.

    Is it possible to get 1 collum and read more? (without using a new site with widget)

    #310592

    Hey!

    Please refer to this thread – https://kriesi.at/support/topic/blog-posts-excerpts-enfold/

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reduce space between new blog posts in widget and more’ is closed to new replies.