Hi, in image box does not make us choose different styles. It only shows the default. How come?
See this image -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202016-03-22%20alle%2021.56.52.jpg
Thanks.
Ah, why us on Newsmag we also these entries -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202016-03-23%20alle%2012.32.22.png
There are no on Newspaper?
Hello,
This is because newsmag is not = newspaper. They are 2 different themes and each one has it’s own settings and features. They are similar, yes! But not identical.
You can check our live demos and compare the 2 if you wish:
http://demo.tagdiv.com/newspaper/
http://demo.tagdiv.com/newsmag/
Some settings are common, and some are not. The image styles are not present on the newspaper theme.
Thank you!
Hi,
Unfortunately the newspaper theme does not allow a full image because the container has a maximum size of 696 pixels..
If you want to have a bigger image than this, it can only be done with custom code. This involves adding an extra class to the image like so: http://screencast.com/t/mBspliL44v and then you can use this custom css:
.myclass {
position: relative;
left: -47px;
max-width: none !important;
width: 784px !important;
z-index: 1;
You can add the code in the theme panel – custom code box so every time you add the class to an image, it will get these parameters.
Thank you!