New Topic

No widget area.

Home › Forum › Customization › No widget area.

This topic contains 9 replies, has 2 voices, and was last updated by  StartupWP 5 years, 6 months ago.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1084

    arjan
    Participant

    Dear StartupWP,

    After a long time im starting to use this theme again. There are a lot of templates now without any widget area’s. Is there the possibility to remove all the area’s that are reserved for the widgets?

    Thnx

    #1085

    StartupWP
    Keymaster

    The simplest thing to do based on what it sounds like you want is this:

    #content {
      width: 96%;
    }
    #sidebar {
      display: none;
    }

    https://startupwp.com/topic/customizing-your-theme/

    #1105

    arjan
    Participant

    Strange, I did exactly the same. But it was not working….
    I don’t want to make the forum a mess, so I will put the question here.

    Now in the posts, there is written “Posted in” – “Bookmark the permalink” is there a possibility to remove that? I tried several solution founded on the internet, but they are not working.

    I tried to get all the images/article (the top, header, and the main body text close to each other) like one page. I’m working with a child theme and im using this in the editor:
    ——————————————————-
    Header{margin: 0 0 -2%}

    #branding, #social .details{margin-bottom:0}

    nav{margin-top:0}

    body{margin: 0 0 1%}

    #branding, #social .details{margin-bottom:0}
    ——————————————————-

    if I am using lets say -2.1 or 2,1 the theme is not working anymore on mobile phones/tablets/etc.

    If needed I can provide you the website so you can take a look.

    Thnx!

    #1106

    StartupWP
    Keymaster

    Try simply:

    .entry-footer{display:none}

    Not quite sure what your additional questions are, if there are any, please expand and provide a link to your site if so.

    #1108

    arjan
    Participant

    Its the following website.
    http://www.crossfitnicosia.com.cy

    On the top you can see CrossFit Nicosia and underneath there the menu, so “stick” them to each other, the same the picture of the lady from menu to lady, also prefer to stick them to each other. There is are spaces there,

    If I try the following (mentioned above) Header{margin: 0 0 -2,1%} its good, without a space the menu and the image are “connected” but on mobile devices it is not working, the dropdown menu is not clickable anymore.

    I am trying to fix it,… but I cannot figure it out :(

    thnx

    #1110

    StartupWP
    Keymaster

    Remove your custom header CSS and use just:

    header {
      padding-bottom: 0;
    }
    #1112

    arjan
    Participant

    Hi Startup,

    This is the look that I cam trying to get:

    http://www.crossfitnicosia.com.cy/cr-nia.jpg

    Thnx!

    #1114

    StartupWP
    Keymaster

    Give this a try:

    header, #slider {
      margin-bottom: 0;
      padding-bottom: 0;
    }
    #branding {
      height: 100%;
      max-height: 75px;
    }
    #logo {
      height: 75px;
      width: 100%;
    }
    #1126

    arjan
    Participant

    Its working perfect now. The last question for this month I hope.
    Now the Social images are creating an open space, is there a simple solution to put it in the menu? (like this: http://www.crossfitnicosia.com.cy/cr-soc.jpg)

    Thanks and sorry for all the questions….

    #1127

    StartupWP
    Keymaster

    Go ahead and activate your icons and we’ll see if there is a way to do this without requiring a child theme.

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.