- This topic has 9 replies, 3 voices, and was last updated 10 years, 6 months ago by Theme Horse Support Team.
-
AuthorPosts
-
February 27, 2014 at 3:50 pm #8167MitchellParticipant
I have a few divs and other elements on certain pages that I need to be full-width, exactly like the “home slogan.”
They are being restrained at the sides, leaving white space to the left and right. How can I fix this?February 28, 2014 at 7:52 am #8196Sanjip ShahParticipant@Mitchell Can you provide link to the exact pages where you want to make this changes. I will look into it and see if I can provide some support.
March 4, 2014 at 2:42 pm #8357MitchellParticipantat the bottom of the page, the blue survey area, and the red area with the news tickers – both should be full width.
March 7, 2014 at 5:33 am #8445Sanjip ShahParticipant@Mitchell Just visited your site and I see that the blue area is taking full width. About the red area, I see there two columns which also looks nice. Is there still some changes that you want to make?
March 10, 2014 at 1:51 pm #8584MitchellParticipantRight, the blue “apply” area was made with the theme option – “home slogan”
That does extend to the edge of the page, but it is built in to the theme. I want to be able to make the blue “survey” div, the red “news ticker” div, and any other div I want – the same width as the “home slogan”March 11, 2014 at 4:59 am #8618Sanjip ShahParticipant@Mitchell This will need both coding and corresponding css changes which we cannot cover in free support. For this you will need to hire a developer to make the necessary changes.
March 11, 2014 at 6:45 pm #8648MitchellParticipantI purchased the Attitude Pro theme. Doesn’t that entitle me to support for the theme? I am a developer, but I have other things I need to be spending time on.
March 12, 2014 at 7:15 pm #8676Sanjip ShahParticipantWith the purchase of theme, we provide our customers help on using the theme features, fix the bugs and provide few lines of css tweaks. In this case, in the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. See if this helps.
.home #main.container { max-width: 1038px; }
March 14, 2014 at 5:38 pm #8745MitchellParticipantThat’s the element I was looking for. I wrote media queries for each screen size to set the .home #main.container to full width- and then re-sized my divs accordingly. Looks good now. Thanks
March 19, 2014 at 5:05 am #8861Theme Horse Support TeamKeymasterOk Great
-
AuthorPosts
- You must be logged in to reply to this topic.