Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #487827

    How can I make the distance two “promo-box” smaller?
    see: http://www.fensterhaeberer.de
    THX!

    #487858

    Hi KMikeT!

    Add this to a codeblock element in the page.

    <style type = "text/css">
    .av_promobox {
      margin: 10px 0 0;
    }
    </style>

    And then remove the HR / separator element you have before them.

    Regards,
    Elliott

    #488431

    Hello Elliot,

    I have done the suggested changes – but I got not the expected results :-(
    I tryed margin: 100px no changes on the side. I removed ALL HR / White space Separators on the side : no efects

    here my haeberer: style.css
    /*
    Theme Name: haeberer
    Updated: 2015-01-05 21:17:33
    */

    @charset “UTF-8”;

    <style type = “text/css”>
    .av_promobox {
    margin: 10px 0 0;
    }
    </style>

    Any ideas?

    THX again

    #488660

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #488681

    Hi, Rikard,
    THX for your answer – i will try this :-)

    #489242

    Hi,

    Thanks for the details though the regular WordPress login addresses do not seem to work, could you send the login URL as well please?

    Regards,
    Rikard

    #489299

    Sorry, I forgot this.

    #489825

    Hi,

    I added a code block element just above the first icon box to decrease the margin, please have a look at your site now.

    Thanks,
    Rikard

    #489893

    Hi Rikard,
    BEST thanks for your help!
    Is there a way to learn about such opportunities like code block and how to refer to objects on the page?

    Regards,
    Michael

    #490240

    Hi!

    You can check out “Intro to the Advanced Layout Editor” video here – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-advanced-layout-editor/ but that would not cover all unfortunately, we are always happy to help if you have any questions or issues :)

    Regards,
    Yigit

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