Now I can’t move elements around because the drag and drop feature isn’t working at all. Thanks for any info or suggestions.
If I ever get see this thing working completely, I will buy it.
]]>Almost there. The “Read more” is in the wrong place.
It’s a child element within a few nested divs, and I used CSS in the theme’s (themes.muffingroup.com/be/splash/) built in custom CSS editor to hide the parent.
Someone else built the site, and I don’t have the theme’s license, so I can’t post it on the theme’s support page.
It’s in the same place as it is when the parent divs show, hoping I can move the ‘Read more’ right after the excerpt, (the class is post-excerpt), just like tinyurl.com/gpefnw6.
This is the CSS I’m using. What do I need to do to display ‘Read More’ right after the excerpt?
.entry-title, .entry-title a {
font-family: "Open Sans", Arial, Tahoma, sans-serif;
font-weight: bold;
font-size: 24px;
color: #808080 !important;
pointer-events:none;
}
.post-footer {
visibility: hidden;
}
.post-more {
visibility: visible;
}
.post-excerpt, .post-more {
display: inline !important;
}
]]>The bigger issue, since this is for a class of mine, is how on the site below, do I get the elements on the right to move up and align with the top of the video? There’s a lot of white space, and I’ve been looking for an answer for two days.
Any help is appreciated!
dm
]]>I am under the impression that until recently, this didn’t happen… Before, if I dragged the window smaller (simulating a smart-phone screen) it would get to a point where the side menu would disappear from the right and appear under the page content instead.
I might be confusing this with another theme.
… However, how can I control when a menu (or other element) disappear when the browser window is collapsed (dragged thinner) please?
Would appreciate any help you could offer me.
Thanks
Thanks,
Tess
I’ve run into a frustrating problem and havn’t the experience to figure out. I need help, guys
My site https://doing-something.com/blog has some positioning glitches I cannot figure out. When viewed in multiple browsers on my home/coding computer (MACBOOK Pro) via Firefox, Safari, and Opera everything looks fine. But when others view it via a PC in either firefox or explorer, the #maincol element shifts to the right about 150px. No other elements shift.
What’s the deal? I thought once an element is set to absolute and the positioning is set (top, left, right etc) it shouldn’t move.
Have a look below at the coding below. It is a modified version of the Minimalist theme by Joey Renalds.
html, body{ padding:20px 0px 20px 0px; margin:0; text-align:center; font-family:helvetica; font-size: 13px;}
#page{ max-width:900px; text-align:left; margin-left:auto; margin-right:auto;}
#header{ position:relative; width:400px; margin: 0px; padding: 0px; height:50px; overflow-x:hidden;}
#header h1{ position:relative; float:left; margin:0px 0px 0px 150px; width: 650px; padding:0px; font-family:helvetica; font-weight:bold; font-size:20px; text-transform:uppercase;}
#header h1 a{ text-decoration:none;}
#header h1 a:hover{ text-decoration:none;}
#header h2{ position:relative; float:left; clear:left; margin:0px 0px 0px 150px; width: 650px; padding:0px; font-family:helvetica; font-weight:bold; font-size:14px; text-transform:uppercase;}
#leftcol{ width:130px; float:static; position:fixed; padding: 0px 20px 0px 0px; text-align:right; overflow-x:hidden;}
#menu {margin:0px 0px; text-align:right; font-weight:bold; font-family:helvetica; text-transform:uppercase; font-size:14px; }
#menu a {font-weight:bold; font-family:helvetica; text-transform:uppercase; font-size:14px; text-decoration:none;}
#menu a:hover {font-weight:bold; font-family:helvetica; text-transform:uppercase; font-size:14px; text-decoration:none;}
h2.menuheader {cursor: pointer;font-family:helvetica; font-weight:bold; font-size:14px; text-transform:uppercase;margin:0px; padding:0px;}
#menu ul {padding: 2px 0px 2px 0px; margin: 0px 0px 0px 0px;list-style: none; width:230px; clear:left; float:right;}
#menu ul li{margin: 0px 0px 0px 0px; display: block; font-weight:bold; font-family:helvetica; text-transform:uppercase; font-size:14px;}
#menu ul li a{ width: 225px; display: block; padding: 5px 0px 5px 5px; text-decoration:none; font-weight:bold; font-family:helvetica; text-transform:uppercase; font-size:14px; margin: 0px 0px 0px 0px; vertical-align: bottom;}
#menu ul li a:hover{ text-decoration:none; }
#menu ul li ul {padding: 2px 0px 2px 0px; margin: 0px 0px 0px 0px;list-style: none; clear:left; }
#menu ul li ul li{margin: 0px 0px 0px 0px; display: block; }
#menu ul li ul li a{ width: 205px; display: block; padding: 5px 20px 5px 5px; text-decoration:none; font-weight:bold; font-family:helvetica; text-transform:uppercase; font-size:14px; margin: 0px 0px 0px 0px; vertical-align: bottom;}
#menu ul li ul li a:hover{ text-decoration:none; }
#menu ul li ul li ul {padding: 2px 0px 2px 0px; margin: 0px 0px 0px 0px;list-style: none; clear:left; }
#menu ul li ul li ul li{margin: 0px 0px 0px 0px; display: block; }
#menu ul li ul li ul li a{ width: 185px; padding: 5px 40px 5px 5px; display: block; text-decoration:none; font-weight:bold; font-family:helvetica; text-transform:uppercase; font-size:14px; margin: 0px 0px 0px 0px; vertical-align: bottom;}
#menu ul li ul li ul li a:hover{ text-decoration:none; }
#menu ul li ul li ul li ul {padding: 2px 0px 2px 0px; margin: 0px 0px 0px 0px;list-style: none; clear:left; }
#menu ul li ul li ul li ul li{margin: 0px 0px 0px 0px; display: block; }
#menu ul li ul li ul li ul li a{ width: 165px; padding: 5px 60px 5px 5px; display: block; text-decoration:none; font-weight:bold; font-family:helvetica; text-transform:uppercase; font-size:14px; margin: 0px 0px 0px 0px; vertical-align: bottom;}
#menu ul li ul li ul li ul li a:hover{ text-decoration:none; }
ul#recentcomments {padding: 2px 0px 2px 0px; margin: 0px 0px 0px 0px;list-style: none; width:230px; clear:left; float:right;}
ul#recentcomments li{margin: 0px 0px 0px 0px; display: block; font-weight:bold; font-family:helvetica; text-transform:uppercase; font-size:14px;}
ul#recentcomments li a{ width: 225px; display: block; padding: 5px 0px 5px 5px; text-decoration:none; font-weight:bold; font-family:arial; text-transform:uppercase; font-size:14px; margin: 0px 0px 0px 0px; vertical-align: bottom;}
ul#recentcomments li a:hover{ text-decoration:none; }
#recentcomments a{ text-decoration:none; font-weight:bold; font-family:helvetica; text-transform:uppercase; font-size:14px;}
#recentcomments a:hover{ text-decoration:none; font-weight:bold; font-family:helvetica; text-transform:uppercase; font-size:14px; }
#maincol{ float: left; display:inline; position: absolute; top: 90px; left: 338px; width:650px; font-family:verdana; font-size: 13px; overflow:hidden; text-align:left;}
#maincol h1 {margin:0px 0px 0px 0px; padding:0px; font-family:helvetica; font-weight:bold; font-size:22px; text-transform:uppercase; clear:both;}
#maincol h2 { margin:0px 0px 0px 0px; padding:0px; font-family:helvetica; font-weight:bold; font-size:20px;text-transform:uppercase; clear:both;}
#maincol h2 a{ text-decoration:none;}
#maincol h3 { margin:0px 0px 0px 0px; padding:0px; font-family:helvetica; font-weight:bold; font-size:18px; text-transform:uppercase; clear:both;}
#maincol h4 { margin:0px 0px 0px 0px; padding:0px; font-family:helvetica; font-weight:bold;font-size:16px; text-transform:uppercase; clear:both;}
#maincol h5 { margin:0px 0px 0px 0px; padding:0px; font-family:helvetica; font-weight:bold; font-size:14px; text-transform:uppercase; clear:both;}
#maincol h6 { margin:0px 0px 0px 0px; padding:0px; font-family:helvetica; font-weight:bold; font-size:12px; text-transform:uppercase; clear:both;}
#maincol p{ font-size: 13px; line-height:1.7em; clear:left;}
#maincol p a:hover{ text-decoration:none;}
#maincol ul{ font-size: 13px; line-height:1.7em; clear:left;}
#maincol ol{ font-size: 13px; line-height:1.7em; clear:left;}
]]>