Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #300840

    Hi guys,

    Thanks again for the awesome theme!

    Wanted to get some help formatting a section of one of my sites…this page has a few issues that I’d like to fix: http://www.crude.com/podcasts/

    1. The vertical dotted line on the left goes all the way to the top of the screen. Is there any way to have it stop at the top featured image, or only go slightly above that? If not, I’d like to remove the dotted line alltogether.
    2. How do I make the featured images wider so they whole image displays? I’d prefer to have a larger circle styled the same way as the gravatar here: http://www.crude.com/newsroom/
    3. I’d like to greatly reduce the whitespace between posts. How do I do that so it applies only to this particular portfolio post layout and not affect other blog posts?

    Thank you ahead of time for all of your help! Best support ever!

    Dave

    #300939

    Hey atrixdave!

    Thank you for using the theme.

    Since you’re asking to fix the layout of the theme, we need to inspect the code but I think you installed a plugin to stop viewers from inspecting the site. Please disable the plugin then we’ll check it again.

    3.) You can reduce the spacing between posts using this on Quick CSS or custom.css:

    .template-blog .post_delimiter {
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    }

    Cheers!
    Ismael

    #300960
    This reply has been marked as private.
    #301074

    Hey Dave! :)

    1- Please add following code to Quick CSS as well

    .multi-big .post_author_timeline, .single-small .post_author_timeline { top: 14%; }

    2- Please go to Appearance > Editor and open Functions.php file and find

    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs

    and change the values as needed. Then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
    Cheers!
    Yigit

    #301743

    Thanks as always Yigit! You guys are the best

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Portfolio posts layout (content element)’ is closed to new replies.