This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

16
  1. Cleveland White 9 years, 2 months ago

    If you are talking about the space showing between the top image and the next, just go to settings->page builder. Click on the layout tab. You will see “Row Bottom Margin”, set that to 0 and that should remove that space.

  2. subham kotnala 9 years, 2 months ago

    hello sir,
    the row bottom margin is already set to 0 ,but the space is not removed.
    Can I know how to remove it please.

  3. Cleveland White 9 years, 2 months ago

    Yes but you also have to set the “Row Gutter” to 0. Also edit your row and on the right side there is a layout. Make shure they are set at 0 also.

  4. Alex S Staff 9 years, 2 months ago

    Hi Subham,

    The spacing between the first and second row is being caused by row padding. Please open the second row by clicking the wrench icon above it. Then head over to the row styles sidebar and open the Layout settings group. Adjust the padding. For reference, it’s currently set to 100px 0.

    Oh, and the space at the very top is due to a theme issue with empty page titles. You can fix this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .page-id-2 .entry-header {
        display: none !important;
    }

    You might also need to install the SiteOrigin CSS Editor.

  5. subham kotnala 9 years, 2 months ago

    hello alex,
    yes i have set the padding to 0. But again there is a space between the rows as u can see in the link http://www.creativcakes.com/about/ .Can u please me the way to remove it.
    Hope u will help me figure it out.

  6. Alex S Staff 9 years, 2 months ago

    Hi Subham,

    Are you referring to this spacing?

    If so, the CSS Previously provided will remove that spacing.
    If not, can you please elaborate?

  7. subham kotnala 9 years, 1 month ago

    hello alex.
    i have added the css code u sent me but i couldnt remove the space . i want to remove the same space which u sent me in the picture.
    can please help me out.
    iam not able to remove the space even though i have added the code.
    thank you.

  8. Alex S Staff 9 years, 1 month ago

    Hi Subham,

    That’s odd, I don’t see the space anymore – did you manage to work it out since your reply? To clarify, this is what I see:

    I would recommend clearing your browser cache to see if that helps.

  9. subham kotnala 9 years, 1 month ago

    yes it worked … sorry i didnt see dat. thank you so much alex

  10. subham kotnala 8 years, 9 months ago

    hello alex,
    sorry to bother u again.can u help me out.the space is occuring again.can u please help me out.
    http://www.creativcakes.com/about/

  11. Alex S Staff 8 years, 9 months ago

    Hi Subham,

    There’s an error in your CSS. Please navigate to WP AdminAppearanceCustom CSS replace your entire CSS with:

    .page-id-2 .entry-header {
        display: none !important;
    }
    .page-id-2 .page .page-wrap {
        padding: 0 !important;
    }

    The now removed CSS was preventing the rest of the CSS from working.

    You might also need to install the SiteOrigin CSS Editor.

  12. subham kotnala 8 years, 9 months ago

    hi alex,
    actually i didnt have any code in custom css except one which you sent last time.
    i deleted that code now and added the new code which you sent me.
    even then it is not working.
    please look into this problem. http://www.creativcakes.com/about/
    thank you.

  13. Alex S Staff 8 years, 9 months ago

    Hi Subham,

    Please replace the previously provided CSS with:

    .page-id-2 .entry-header {
    	display: none !important;
    }
    .page-id-2 .page .page-wrap, .page.page-id-2  .page-wrap .content-wrapper {
    	padding: 0 !important;
    }
  14. subham kotnala 8 years, 9 months ago

    hi alex,
    it worked ,thank you so much alex.

  15. subham kotnala 8 years, 9 months ago

    hello alex,
    i have another problem.there is extra space between between all the rows title. u can have look http://www.creativcakes.com/gallery/.
    can u rectify my mistakes please.
    thank you

  16. Alex S Staff 8 years, 9 months ago

    Hi Subham,

    We’d like to help you, but can you please start a new thread with your question? This will allow others who have similar issues to find related posts easily. Sorry about this!

    Page: New Thread

    If you’re a premium user, you’re entitled to priority email support. If you would like to make use of that please follow the instructions found on your dashboard Page: Dashboard

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread