Forum Replies Created
-
AuthorPosts
-
RoxG
MemberPyramidWeb can you tell me where to chage the width of the landing page. I tried to change this is CSS but it did nothing
}
.landing-page .site-inner,
.lead-capture-page .site-inner {
margin-top: 0;
max-width: 1200px;
}RoxG
MemberHi Victor, Sorry about that. no worries though I found a workaround
RoxG
MemberThank you!
RoxG
MemberIs anyone available to help me with this? As an update, I had a look at the site on my phone and my head does not cut off in the homepage background iamges but it does on the laptop and desktop.
RoxG
MemberI'm obviously missing something.
I went into the Style.css and changed the value for max-width, cleared my cache and nothing happened. My head is still cut off in the picture. I tried deleting the line that reads width: 100%; and it just shrunk the image.Is there a way to adjust the height instead of width? It's the height that I'm having trouble with. It keeps cutting off my head even went I make the below the themes recommended height of 1000px
/* Content */
.content {
float: right;
padding: 80px 60px;
width: 65%;
}.content-sidebar .content {
border-right: 1px solid #eee;
float: left;
}.sidebar-content .content {
border-left: 1px solid #eee;
}.full-width-content .content {
border-right: none;
float: none;
margin-left: auto;
margin-right: auto;
max-width:1100;
width: 100%;
}.full.full-width-content .content,
.full.landing-page .site-inner,
.full.lead-capture-page .site-inner {
max-width: 100%;
}/* Primary Sidebar */
.sidebar-primary {
float: right;
width: 35%;
}.sidebar-content .sidebar-primary {
float: left;
}RoxG
MemberHi,
I tried changing the value in max width but that didn;t do anything. I'm wondering if I delete the line completely but I'm reluctant to delete anything
RoxG
MemberThank you Erika, Am i deleting the line Max-width all together?
RoxG
MemberWorked perfectly! Thank you Rebecca!
RoxG
MemberTHanks Brad. Is there a tutorial anywhere on this?
RoxG
MemberUpdate: I set my featured image to the Slider size in Theme Settings but my border still cuts off. Any tips?
RoxG
Memberconfirming. I'm removing the // from this:
//remove_action( 'genesis_loop', 'genesis_do_loop' );
RoxG
MemberActually no worries. I turned titles ON just or that page and it worked. Can't believe I didn't figure out such a simple solution!
RoxG
MemberIs there a way to NOT have page titles show up but have my post tiltles show on the blog page?
RoxG
MemberHi Victor, I've added the link. Do you mind taking a look and letting me know what you think. I have a feeling it's something I did but I can;t figure it out.
RoxG
MemberBrad is I put it in the footer, am i just pasting in the tracking ID? - sorry if its a silly question!
RoxG
MemberThanks Christoph.
I removed the filter part and it worked.
RoxG
MemberHi,
I used these instructions to change the content in the footer middle, but I'm using a 3rd party theme and they also have something t the right (COPYRIGHT © 2016 · GLAM THEME BY RESTORED 316) which I can't seem to edit with this widget.. Any tips?
RoxG
MemberThAnks for your help everyone. I finally got it to work. Added the part you said Victor and then I had to reduce the size of the image itself.
RoxG
MemberThanks Christoph - I looked at the tutorial more closely and realize it was two different lines I was editing in the CSS. So I'm now done both steps and - no luck. In the interim Ive put the logo in the header widget. I wonder if there is a way, from there to extend full width. Or I'd even be ok with the size it is now but being aligned left or centre.
RoxG
MemberCan someone please assist?
Based on the tutorial link provided, what is currently in my CSS file is different and I need to know if I replace what's there are add the new code.
THanks
-
AuthorPosts