• evavignini

    (@evavignini)


    Hi I’m trying to do a slideshow in my wordpress site with Nextgen, the plugin gives you the possibility to manage the size of the slideshow..but I cannot visualize the changes on my page.
    I thought it was a Nextgen problem but in another forum someone told me that it seems to be a CSS problem.
    So I would like to know how I can enlarge the content without losing responsiveness.
    Thank you for any help. Eva.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Eva,

    Do you have a screenshot or link to the part you need to change?

    Dan

    If you are talking about the Intro content that goes over the bog image on the right hand side of the theme. (I am lookig at the theme demo) You can change the following font-size in your child theme css stylesheet to the following..

    .album-info-block .album-content {
    font-size: .875em;
    line-height: 1.6em;
    margin: 0;
    }

    If you change the font-size from .875em to something else it should still be responsive due the em value. Given that em values are relative.

    Thread Starter evavignini

    (@evavignini)

    Hi Dan thank u for the answer this is the link of the page: https://www.evavignini.com/eva/

    In the other forum they suggest me to change the CSS and try to insert this code:
    .hentry {
    max-width: 1000px !important;
    }

    But they told me that they don’t know if doing this I could lose responsiveness or changing other things that could cause problems in other parts…I’m not expert of CSS and I don’t know how to do…Thank you. Eva.

    Hi Eva,

    What is the area you are wishing to make bigger? Is it the images?

    Dan

    Thread Starter evavignini

    (@evavignini)

    Yes Dan, the slideshow…

    Hi Eva,

    What do you have your media settings set at in your dashboard? Not sure if this maybe causing the issue.

    The theme itself seems to work as expected on the demo i viewed, but has a range of image sizes on its demo page.

    Maybe you could try adding in a large image into the slider and seeing if this makes a difference, or alternatively see if you can get the demo content from the free theme to test how they have done it.

    If I get chance I will download the theme and take a look at it for you.

    Bear with me or let me know how you get on. It could well be a settings thing in NextGen plugin causing the output of different sizes in the CSS which is constraining the images.

    Sorry I cannot be more help.

    Dan

    Thread Starter evavignini

    (@evavignini)

    Hi Dan, thank you very much for your answer, I’ve just done a little try and at the moment it seems to work in the preview but I don’t know if it my cause any other problem ?? I hope no…
    Going to the dashboard of my wp site in Edit CSS I added this code at the end of all : .hentry {
    max-width: 1000px;
    }
    ?? I don’t know if this thing is solved but thank u very much for your help!!! Have a nice weekend Eva.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Theme: Touchfolio] Enlarge the content’ is closed to new replies.