Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #340171

    hi guys, selecting boxed layout leaves a border left and right, but is there a way to have a border top and bottom too? thanks in advance… :-)

    #340177

    Hey stephenturner!

    Can you post the link to your website please?

    Cheers!
    Yigit

    #340223

    this is your example:

    http://kriesi.at/themes/enfold-blog/

    there are borders left and right, but no borders top and bottom, is this possible, cheers… :-)

    #340226

    Hi!

    Please add following code to Quick CSS

    .boxed #wrap_all { border: 1px solid red; }

    Regards,
    Yigit

    #340287

    hi, the code you have supplied just creates a border of said pixels and colour around the main content area, what i was looking for was; in boxed layout you can choose to use a background image, once selected the boxed website shows the background image on the left and right on the main content area, hence boxed layout, but the content area goes right to the top and right to the bottom, so you cannot see the background image above the header or below the footer, hope this is clearer, thanks in advance… :-)

    #340490

    Hey!

    Thank you for the update.

    Please post a screenshot of what you’re trying to create. Use imgur, dropbox, clipular etc. You can add a background image on Enfold > General Styling > Body Background panel if you’re using the boxed layout.

    Best regards,
    Ismael

    #340493

    hi, how to i add a screen shot? i know you can add a background, this is easy, so in boxed layout i can add a background image no problem, but my question is in boxed mode you can see the background image used on either side of the main content, but not at the top or bottom, thats all i want, the content area starts right at the top of the web browser and finished right at the bottom, there is no space so you can see the background image above the header or below the footer socket, if you let me know how to post an image i’ll point to where i mean, i can’t make it any clearer, thanks in advance… :-)

    #341571

    Hey!

    Please upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    #341801

    https://www.dropbox.com/sh/d7r0we4k9z7hzu9/AAAsg5y8B4fgx07zO3hQMljpa?dl=0

    Hi, this link shows how you can see the background image left and right, but there is no gap at the top or bottom, the website goes right to the top and bottom, what i am looking for is say a 25px gap at the top and bottom, so there is a border all the way around, showing the background image, hope this makes sense? thanks… :-)

    #341998

    Hey!

    So you want a gap on top and the bottom of the boxed layout? Please use this on Quick CSS or custom.css:

    body#top {
    margin-top: 25px !important;
    position: relative;
    padding-bottom: 25px !important;
    }

    Cheers!
    Ismael

    #342109

    excellent, thanks guys… :-)

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘how to create a top and bottom border with a boxed layout’ is closed to new replies.