• Hello, I added a frontpage advanced text widget and set a background image, when i view the website it shows only half the image and then it’s hidden behind footer. I want to show full image height please!
    Thank you.

Viewing 1 replies (of 1 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi Amrrr

    Background image of the Advanced Text Widget is visible based on the content it have on foreground. If you want to display the full image, you can either use the Slider widget or follow these steps:

    1. Go to Appearance -> Customize -> Front Page -> FrontPage Widget

    2. Click on that Advanced Text Widget, remove the “Background Image”

    3. Click on “Add Media” to upload the image, hit “Save & Close”

    4. Go to Miscellaneous -> Custom CSS and insert this

    .text_block {padding-left:0 !important;padding-right:0 !important;}
    .text_block img{width:100%;}

    5. Click on “Save & Publish”

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Frontpage widget BG image does not fully appear’ is closed to new replies.