Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #708472

    Hey guys. can you please help me with something.

    I want to do some changes on my landingpage.

    View post on imgur.com

    1= bring the text to the center. i use a custom css class for the text background. but the text has a wrong alignment after the new css class.
    2= how can i bring all post to the same size? all post should have this size (2)
    3= all post with the category “live” have a red border. but there are some problems. can you please help me to fix this errors?

    Thank you so much :)

    #709228

    Hi Alex!

    I believe this is a duplicated thread. First one is already resolved and we have replied you regarding second and third :)

    Regards,
    Yigit

    #709232

    Yes. I have resolved all but have big troubles to fix (2). it is not working. i tried all but i do not get this done….

    #709234

    Hi!

    If you do not have an open thread regarding no 2, please create temporary admin logins and post them here privately so we can look into it.

    Best regards,
    Yigit

    #709271

    OK. THX.

    #709304

    Hey!

    Excerpt code is not workig for some reason. We will look into it however, would hiding excerpt would be an option for you? It would look as the screenshot i attached in private content field.

    Best regards,
    Yigit

    #709311

    Thanks. Sorry but i really need the Excerpt :)

    Thank you soooooooooooooooooo much :)

    #709321

    Hey!

    Please add following code to Quick CSS

    .home .av-inner-masonry-content {
        min-height: 310px;
    }

    Best regards,
    Yigit

    #709334

    WOW!!!!!!!!!!!!!!!!!!!!!!!!! Nearly perfect!!!!!!!

    Only some lillte troubles here: http://imgur.com/a/b0APh and here: http://imgur.com/a/GncqD

    #709339

    Hi!

    That is because some of your posts have a lot more excerpt than the others. You can adjust the code i posted above and increase “310px” value :)

    Best regards,
    Yigit

    #709341

    And how can i make all posts inside the grid 480px high. http://imgur.com/a/vC6fA

    #709343

    I will reduce the excerpts to only 3 to 4 lines. 480px total high.

    #709346

    But here are not long excerpts. http://imgur.com/a/aH8wq and there is still an appearance error :) ?

    #710041

    Hi!

    And how can i make all posts inside the grid 480px high. http://imgur.com/a/vC6fA
    Try to add this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (min-width:1024px) {
      #top .av-masonry-entry {
        height: 480px;
        max-height: 480px;
      }
    }

    But here are not long excerpts. http://imgur.com/a/aH8wq and there is still an appearance error :) ?
    The image needs to be modified since you will see the image has shorter width.

    Hope this helps :)

    Best regards,
    Nikko

    #710219

    YES. CLOSED.

    #710242

    Hi!

    Glad we could help :)

    Best regards,
    Nikko

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