Image style

Posted in: Newspaper
Post count: 199

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.

Post count: 22421

Hi,
This is because our theme adds it’s own style so there is no option to chose any styles for images except the default.
Thank you!

Post count: 199

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?

Post count: 22421

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!

Post count: 199

OK, got it.

If we wanted to get a picture at the edges? Edge-to-edge type. Image from an article I mean. How can we do?

Post count: 22421

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!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.