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.
- AuthorPosts
- September 2, 2013 at 8:55 AM #1084
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
September 2, 2013 at 7:04 PM #1085The simplest thing to do based on what it sounds like you want is this:
#content { width: 96%; } #sidebar { display: none; }
September 8, 2013 at 11:46 PM #1105Strange, 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!
September 9, 2013 at 12:16 AM #1106Try 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.
September 9, 2013 at 1:04 PM #1108Its the following website.
http://www.crossfitnicosia.com.cyOn 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
September 10, 2013 at 1:15 AM #1110Remove your custom header CSS and use just:
header { padding-bottom: 0; }
September 10, 2013 at 1:35 AM #1112Hi Startup,
This is the look that I cam trying to get:
http://www.crossfitnicosia.com.cy/cr-nia.jpg
Thnx!
September 10, 2013 at 7:49 AM #1114Give this a try:
header, #slider { margin-bottom: 0; padding-bottom: 0; } #branding { height: 100%; max-height: 75px; } #logo { height: 75px; width: 100%; }
September 12, 2013 at 1:22 AM #1126Its 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….
September 12, 2013 at 3:37 AM #1127Go ahead and activate your icons and we’ll see if there is a way to do this without requiring a child theme.
- AuthorPosts
You must be logged in to reply to this topic.