Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #992214

    yoz
    Participant

    I am very new to x themes and starting to get used to it, though have run into a problem with a page i am building. At the top of the page there is a fixed word, and under the sections i am building, there are also other sections but which i didn’t build. Both shots are attached

    I have tried removing them but not sure how to. Would love any advice. I am using integrity 2.

    Thankyou

    #992270

    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #993054

    yoz
    Participant
    #993058

    yoz
    Participant

    I am not sure why the bottom section is not showing up in this link, as it is on my editing screen

    #993061

    yoz
    Participant

    Oh it’s showing in the sidebar there, that’s what i meant

    #993071

    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can remove the sidebar contents under Appearance > Widgets

    http://screencast.com/t/LCKOmyn5NxMX

    To delete section please see screenshot – http://screencast.com/t/MO40aiVW702

    Hope that helps

    #993097

    yoz
    Participant

    Hi

    I worked out out by changing to no container header footer, that’s all good now 🙂 I have a seperate issue with to much white between my 2 sections. Can i cut that back?

    Also you will notice in my about me section that my first line of text under about me is giving me very little seperation. If i go into visual and go enter it’s to much, or if i do it in text it doesn’t do anything. Do you have ay ideas here?

    Thankyou

    #993102

    Christopher
    Moderator

    Hi there,

    Please add ptn pbn in sections class field or simply set their top and bottom padding to zero.

    If you still need to reduce more space, add class="mtn" attribute in heading tag.

    e.g

    <h3 class="mtn"><strong>ABOUT ME</strong></h3>

    In regards with other issue, please provide us with login credentials and some screen shots.

    Hope it helps.

    #993174

    yoz
    Participant
    This reply has been marked as private.
    #993191

    Rue Nel
    Moderator

    Hello There,

    it turns out that you have inserted an invalid html code. You should have to insert like this:

    
    <h3 class="mtn"><span style="color: #ff0000;"><strong>ABOUT ME </strong></span></h3>

    Hope this helps. Please let us know how it goes.

    #993207

    yoz
    Participant

    Hi,

    I changed it, but it still looks the same, with very little seperation between the title and first line of text. I also need to cut back the white space between the 2 text sections?

    Thanks

    #993221

    Paul R
    Moderator

    Hi,

    1. To cut back the space between 2 text sections, set padding bottom of your first section to 0 or to any number.

    http://screencast.com/t/WxAZiW1D

    2. To add space below your headline, add margin bottom.

    eg.

    
    <h3 class="mtn"><span style="margin-bottom:20px; color: #ff0000;"><strong>ABOUT ME </strong></span></h3>
    

    Change 20px to achieve your desired spacing.

    Hope that helps

    #993241

    yoz
    Participant

    I have done the padding thanks, and i did what you said with adding in the margin part, but that hasn’t changed

    #993244

    yoz
    Participant

    i tried 20 first, then 30

    #993290

    Christopher
    Moderator

    Hi there,

    Please update your code to :

    <h3 class="mtn mbm"><span style="color: #ff0000;"><strong>ABOUT ME </strong></span></h3>

    Hope it helps.