hothotneil Posted December 20, 2015 Report Share Posted December 20, 2015 Hi – I’m on verge of buying theme but one piece of functionality I need – is it possible (or can you advise) on resizing content boxes as they do on this site http://www.watergatebay.co.uk/(Christmas gift, shake & win etc) so the image reduces on mobile and sits to left of text with dividing line ? Thanks neil Link to comment Share on other sites More sharing options...
Support Mili Posted December 21, 2015 Support Report Share Posted December 21, 2015 Hello, I assume you wish to apply that to the posts on the homepage. If yes; You can go to Styling Options > Custom CSS and add this: @media screen and (max-width: 600px) { .front-view-content { width: 47%; } article.latestPost.excerpt { border-bottom: 5px solid lightgray; } #featured-thumbnail { max-width: 44%; float: left; margin-right: 20px; }} 🏁Rank #1 on Google With our WordPress SEO Plugin. ⚡Score a 💯on PageSpeed and Dominate Search Rankings. ✏ Editing theme files? Please create a child theme to make your changes update-proof. Link to comment Share on other sites More sharing options...
Guest Posted January 18, 2016 Report Share Posted January 18, 2016 I have installed jDiction on joomla 3x. It shows the translation tabs etc but when I go to the front end and change the language, the translation does not take effect. Is there something I am doing wrong? Thanks. Link to comment Share on other sites More sharing options...
Support Jitendraa Posted January 18, 2016 Support Report Share Posted January 18, 2016 Hello, We are not sure about the code with Joomla. There might be some other blocking CSS there which do not allow the changes. Try adding !important to the code to see if that helps. Thank you. 🏁Rank #1 on Google With our WordPress SEO Plugin. ⚡Score a 💯on PageSpeed and Dominate Search Rankings. ✏ Editing theme files? Please create a child theme to make your changes update-proof. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now