Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #217663

    I have created a new page using the theme and have inserted call to action button in 1/3 columns but I am getting spaces inserted between the sections. I created the code using Coda and the Preview looked fine but when it is transferred to WordPress the extra spaces are inserted. I presume a css change is required but I do not know which settings to change.

    The screen is made up of image followed by a special heading followed by a text blovk with the code inserted directly into the text section.

    http://skomar.net/index.php/chief-nursing-officers/

    here is the page, You will see a lot of free space between the headings and the call to action buttons, how do I remove them?

    Thanks

    Phil
    (Keep up the great work – this is a great theme)

    • This topic was modified 10 years, 10 months ago by phmorgan.
    #218612

    Hi Phil!

    You have some br tags before the CTA buttons, try adding this to the Quick CSS:

    .hs-cta-wrapper br {
        display: none;
    }
    

    Regards,
    Josue

    #218899

    Thanks, that worked. Where are the br tags coming from? They were not in the original code that I wrote and pasted into the text box.

    #218902

    Hi!

    Some unintentional break lines maybe.

    Best regards,
    Josue

    #218992

    OK, I now have an interesting problem. I added the Quick CSS as you suggested and the problem is solved. However when I go back to edit the page, I click on the text box to edit the code (the preview is displaying correctly in the text box) I cannot access the code I just see the text box edit screen which has “click here to edit your text” in both the visual and text pane. Ideas? I have removed the css code but that wasn’t the cause.

    #219150

    Hello,

    Have you tried disabling all third-party plugins to see if it gets fixed?

    Regards,
    Josue

    #220217

    yes, I disabled all plugins and I still cant access/edit the code for the page although it is displaying correctly. It is not a major issue right now but if I need to go back and edit the page it will be an issue.

    #220224

    Hey!

    Create another topic regarding that, also providing an Administrator account would help us debug it.

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Removing spaces/padding’ is closed to new replies.