Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #908317

    Hi there,
    I would like to know how can I increase the size of the Portfolio elements. I’ve got a lot of white space around and I would like to have more control. I would like to add some space between the elements and change the dimension of each element.
    I try with the option “Portfolio Grid Image Size” in the Portfolio Grid section but apparently, nothing is changing.
    I try using the CSS panel, but I can’t find the right class name to apply the modification.
    Would be great if someone could help me with that!

    Thank you

    #908331

    Hey Bugu2116,

    Please, provide to us your website link, this way, we can check it better!

    Best regards,
    John Torvik

    #908363
    #908411

    Hi Bugu2116,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #910069
    This reply has been marked as private.
    #910133

    Hi,

    You can create a new user under Users, use one of your own emails or (Email address hidden if logged out) .

    Best regards,
    Rikard

    #910486
    This reply has been marked as private.
    #910871

    Any news?

    #911040

    Hi,

    Sorry for the late response, I have changed your portfolio grid to 3 columns and have added this css code in Quick CSS (located in Enfold > General Styling):

    .home .content .entry-content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    
    .home .no_margin.av_one_third.grid-entry.flex_column.isotope-item {
        margin-right: 0 !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #911445

    Yea, now it looks better, but I would like to have more control on in.
    If for example, I would like to modify the title boxes of every project, how can I do it?
    Do I have to do it with CSS or no?

    #911448

    I basically want to reach a layout like a website on the link below!
    https://sawdust.myportfolio.com/projects

    #911473

    Hi,

    It can be achieved with some changes in the Theme Settings, some of the tweaks needed aren’t available on the Enfold theme, so you will need css to achieve the desired result. We can assist you with it. As for the title boxes, are you referring to the design only?

    Best regards,
    Nikko

    #912556

    Could be great if you can help me!
    About the title boxes, I would like to remove the border and create some space between the project images but I can’t figure out how can I selected with CSS.
    I mean, I know how to use CSS but I can’t understand how to select them in order to apply my modification!

    Best regards,
    Frank

    #913470

    Hi Frank,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .grid-entry .inner-entry {
      border: none;
      box-shadow: none;
    }
    

    As for the spacing around, you need to play with the settings of that element.
    Here are some more portfolio layouts on the demo, that you might like

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1018566

    https://www.bwhparkinsoncenter.org/category/topics/genetics/

    how can i increase the size of the images to 400×400, and bleed all the way to the edge of the browser? There is too much white space on the right edge. I have updated some of the css to removed spacing, etc.

    #1019077

    Hi nancy2434,

    The link you gave returns a (404) Page cannot be found, please check.

    Best regards,
    Nikko

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.