Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1279134

    Hello :)
    How do i move the button of the fullwidth to be In the center of the content?
    this is a screenshot of the case in my phone – https://pasteboard.co/JNyZdYz.jpg

    I have 2 sections of fillwidth that display the same content, one for computer only and one for mobile only!
    I need to move the button to the center only on the phone!
    Do not touch the fullwidth component of the computer.

    my site – http://www.top1projects.com

    #1279140

    Hi,

    Thanks for contacting us!

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

    
    @media only screen and (max-width: 480px) {
    #top.home.rtl #wrap_all .avia-slideshow-button {
        margin: auto;
        display: block;
        max-width: 120px;
    }}
    

    Best regards,
    Yigit

    #1279152

    Hello :)
    Unfortunately there is no change. The button on the mobile stays in exactly the same place

    #1279160

    Hi :)

    Please go to Enfold theme options > Performance and disable “CSS file merging and compression” and save theme options. Then, please clear cache in WP Rocket settings and then please clear cache in your mobile browser and check once again.
    After confirming the changes, you can enable CSS file merging and compression once again.

    If that does not help, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    #1279195

    And again you are right!
    Thank you very much Champion!

    If only you could tell me how to change the search icon in HEADER to the homepage icon I would love to :)
    Clicking on it will take us to the home page

    #1279356

    Hi,

    You are welcome! We are always happy to help :)

    I noticed that you have already started a thread regarding this so I replied there – https://kriesi.at/support/topic/icon-header-homepage/. Let us continue there :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘fullwidth button only in mobile’ is closed to new replies.