Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #507118

    1. How to make custom separator with icon to be 100% on content and icon to be on center. That to be responsive, icon to be on center on pc and mobile.
    2. I have enabled main menu and top to scroll button to be visible on mobile. I have some issue but i don’t know what can be the problem. When i scroll on bottom of the entire page. It’s self (without i touch the screen) scroll little up and then down. How this can be fixed so when i scroll on bottom of entire page, scroll to stay if i don’t touch screen. I tested on Chrome Browser and Firefox on mobile and same issue i saw.

    #507126

    Hey DeusDesign!

    Can you please post the link to your website and screenshots showing the issues you are having? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Regards,
    Yigit

    #507318

    Hi,

    About first question. You can see in link/screenshot red lines 1 and 3 are begin and end for content for mobile, red line 2 is center. How icon to be in center for mobile and also for pc and blue line to begin from red line 1 and to finish to red line 3.
    About second question, it was because of Partner/Logo Element. One logo was bigger than other.

    Thanks in advance.

    #507477

    Hi,

    Thanks for the screenshot, on what page can we see the actual problem? We need to inspect the element in order to provide you with a solution.

    Regards,
    Rikard

    #507561

    You will see on this link under Fullscreen Slider.

    Thanks in advance.

    #507712

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    span.hr-inner.inner-border-av-border-fat {
        width: 43%!important;
    }}

    Best regards,
    Yigit

    #508038

    Same question here. The code did not seem to work…

    #508060

    And i check. Doesn’t work that code. I explain before, how should look on pc and mobile that separator.

    #508756

    Hi,

    Please try the following in Quick CSS:

    hr-inner {
        width: 47.3% !important;
    }
    
    .hr-custom.hr-icon-yes .hr-inner {
        margin-left: 1% !important;
        margin-right: 1% !important;
    }

    Regards,
    Rikard

    • This reply was modified 8 years, 7 months ago by Rikard.
    #514567

    Hmmm,

    not compelte centered. And on sep is complete wrong. ( the on near “Kontakt”)

    #514681

    Hey!

    play around with different value of Rikard’s code, until it fits to your needs.
    Let us know in a new ticket if you need some more help with the theme.

    Best regards,
    Andy

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