Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ceylon Systems

    (@ceylonsystems)

    Hi @saadwadood,

    Please let us know the name of the template you are referring in your question here.

    Thanks!

    Thread Starter saadwadood

    (@saadwadood)

    Hello,

    The template I am using is Glass.

    Thread Starter saadwadood

    (@saadwadood)

    And, one more question. Is it possible to lock the content from scrolling?

    Please see the I am using the plugin on: https://blinkexperience.com/

    If you notice, on bigger screens it shows fine, but on laptop screens it scrolls, can I somehow lock the content from scrolling? or maybe remove any excess content areas underneath the social media icons.

    Please advise. And thank you for the quick reply by the way, appreciate it a lot!

    Plugin Author Ceylon Systems

    (@ceylonsystems)

    Hi,

    To align the background image to center, please use the following custom CSS line in Custom CSS option in IgniteUp options page.

    body::after{background-position: center top;}

    To hide specific elements according to the device, please use CSS media queries. Please refer to this article from w3schools which has all the tricks you need to achieve this. You can add display:none css property for your specific elements for your desired device width.

    Hope it helped.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center Align Background Image’ is closed to new replies.