Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1436111

    Hello everyone
    I have added two pictures here,

    the two below are an example of how i would like to have the border if that is possible

    thanks
    kind regards
    Franz

    #1436112

    hello everyone
    I have added two pictures here,

    the two below are an example of how i would like to have the border if that is possible

    thank you
    kind regards
    Franz

    #1436122

    Hi,
    Thanks for the screenshots, but I don’t think that I understand, do you want a white border around the lightbox image?
    Please try to explain in more detail.

    Best regards,
    Mike

    #1436124

    hello mike
    sorry
    I expressed myself incorrectly
    i want the two photos on the left and right to be almost as wide as the grey background -5px

    thanks
    kind regards franz

    #1436128

    Hi,
    Thanks for the feedback, to do this we must change the max width of the page, in your theme settings you have the max width set to 1310px so the inside container follow this.
    So if you want to change this for every page I recommend changing this setting, but I assume that you want this change for only this one page so try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .responsive #top.page-id-4060 .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    If you find this too wide try removing the padding: 0; line in the css.

    Best regards,
    Mike

    #1436175

    Many thanks Mike

    So it fits perfectly

    you can close this ticket

    Thank you
    kind regards
    Franz

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘border’ is closed to new replies.