Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #932067

    hey there!
    I would like to have the “back to top- button” in the middle of my page (or on the left side) instead of the right side.
    Can you help me?

    And is there a way to change the height of an normal text box?

    Best regards, Lena

    #932185

    Hey lena1234,

    For your first request please add the following to quick css:

    #scroll-top-link {
      left: 50px;
      right: auto;
    }
    
    
    Please also provide a link to the site/page in question.
    
    Best regards,
    Jordan Shannon
    #932588

    Hey, thank you!

    Can you also help me with my second question?

    Best regards, Lena

    #932589

    I have to correct myself. I want to change the height of an icon list element.
    (on the buttom of the page – ” mehr lesen”)

    #932827

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .home #after_masonry .iconlist_icon span.iconlist-char {
        font-size: 40px;
    }

    Just adjust the font size value, Hope it helps :)

    Best regards,
    Nikko

    #932892

    Hi there.
    Thank you for the code, but I wanted to change the size of the whole “box” (icoonlist- height)

    Do you know what I mean?

    Best regards
    Lena

    #932908

    Hi,

    Try using this css code instead:

    #top.home #after_masonry .template-page {
        padding: 10px 0;
    }

    I hope it’s correct, if not please let me know or provide a screenshot of what you want to achieve.

    Best regards,
    Nikko

    #932982

    Hi,
    that worked! Thank you!

    Best regards, Lena

    #932999

    Hi, I just have one last question:
    Can I have the same code for a separator whitespace? It seems that the little numbers doesn’t work.

    Can you help me?

    Best regards,
    Lena

    #933015

    Hi Lena,

    Yes, we will help you, can you give us a link? and point us to it.

    Best regards,
    Nikko

    #933062

    Hi Nikko,
    I used the Grid row, but I want to have space between the different posts. So I used the whitespace separator, but now the space is too big.

    Best regards,
    Lena

    #933133

    Hi,

    Add this to quick css:

    .template-page.content.av-content-full.alpha.units{
    padding-top:10px!important;
    padding-bottom:10px!important;
    }

    Best regards,
    Jordan Shannon

    #933718

    Great! Thank you very much!

    Best regards, Lena

    #933733

    Hi there,
    The code worked fine, but now, the space between the header and the content ( e.g. http://test.hu-gmbh.de/it-netzwerktechnik/ -> space between header and picture) is as small as the code says , so it’s smaller than it sould.

    Best regards, Lena

    #933808

    Hi,

    Can you screenshot the area you would like enlarged?

    Best regards,
    Jordan Shannon

    #934370

    https://www.dropbox.com/s/yo2kqzm7c3q7pz1/it.PNG?dl=0
    https://www.dropbox.com/s/nlgxx5s7lvhpjgl/it1.PNG?dl=0

    Hey there,
    The first link is how it should be and the second one is with your css code.
    I have the same structure on most of the pages, and they shoud have all the big space between header and picture.

    Bets regards,
    Lena

    #934451

    Hi,

    Add this in addition to the css I already gave you:

    
    .avia-slideshow{
    margin-top:40px!important;
    
    }

    Best regards,
    Jordan Shannon

    #934485

    Hi, that worked! Thank you.

    On two pages, there is only text on top of the side: http://test.hu-gmbh.de/datenschutz/
    So now I have the same problem with the space here.

    I triede the same code with

    .avia-special-heading{
    margin-top:40px!important;

    }

    but it doesn’t worked.

    Best regards, Lena

    #934502

    Hi,

    So on those pages you want extra space? What are the 2 pages?

    Best regards,
    Jordan Shannon

    #934875

    Hi,

    These are the two pages:

    I want to have the same space between header and text like on the other pages between header and image.

    Best regards, Lena

    #934998

    Hi,

    Thanks for providing those links. Please add the following to quick css:

    .page-id-4592 main, .page-id-3396 main{
    margin-top:50px!important;
    }

    Best regards,
    Jordan Shannon

    #935303

    Hey Jordan, thank you very much!

    Best regards,
    Lena

    #935692

    Hi Lena,

    Glad we could help, please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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