Titta
asked 7 years ago

Hello,
I purchased and installed DW Focus 2 latest version in my wordpress site http://www.nostralex.it/ and I have encountered the following issues and for that I ask for your help:
1) when I turn off the theme and then reactivate it, the homepage looks messy and mixes the widgets into parts of the theme where I did not insert them;
2) Megamenu has categories that I do not want (it looks set to default and I do not find the way to modify it). In addition, the category “LIBRARY” contains adsens ads and opens up to half of the theme by not seeing anything from the rest of the site 🙁 I do not want the megamenu to expand so much !!
3) After each article of the post appears the advertisement and other items that need to be deleted.
Please help me, this is web site http://www.nostralex.it/
thank you

1 Answers
DominicStaff
answered 7 years ago

1/ I have checked your site and see that your site look good now. I think you have resolved this issue. 

2/ You can use the following code to fix the mega menu issue on your site: 

.widget-entry .entry-thumbnail img.wp-post-image {
     height: 100px;
     object-fit: cover;
}

3/ You can add the following code to the style.css file: 

.entry-content .ezAdsense {
    display: none;
}
Powered by DW Question & Answer Pro