This topic has 13 replies, 2 voices, and was last updated 10 years by airsidworld.
-
Author
-
October 20, 2013 at 02:53 #4683airsidworldParticipant
Hi,
I’d like to have a full width site. Actually it’s seems to be 960px width only.
If full width is possible how to get logo + menu + log & resgister buttons all on the same line ?
Thanks.October 21, 2013 at 22:48 #4817SQadminKeymasterHim
You can see this topic on putting the login/sign-up button on the main menu: https://archived.seventhqueen.com/forums/topic/log-in-signup-buttonHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 21, 2013 at 23:04 #4825SQadminKeymasterTo change the layout width you need to edit in app.css around line 38 like this example:
COPY CODE.row { width: 1170px; margin: 0 auto; }
Regards.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 5, 2013 at 22:58 #6046airsidworldParticipantHi,
I’ve changed the layout width in line 38 but nothing happen.
Sorry what I would like is to have the all site in fullwidth like in the buddypress default theme.
Do you think it’s possible ?November 6, 2013 at 08:34 #6060SQadminKeymasterYou can set the layout type from Sweetdate -Buddypress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 6, 2013 at 21:08 #6143airsidworldParticipantI’ve try using
– Buddypress Pages Layout No Sidebar
– or Layout settings Wide
– or in pages with Full Width Page Template no sidebar
but as shown on your demo there are always left and right border 🙁Is it possible to reduce those border for the entire site (header, body and footer) ? to have the same result as the buddypress default theme.
November 8, 2013 at 00:37 #6225SQadminKeymasterHi airsidworld, I’m trying to help you but I think I don’t understand what exactly you want. Can you explain please in a little more detail, maybe with a prinscreen and some arrows?
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 8, 2013 at 02:01 #6237airsidworldParticipantHi, sorry sqadmin I may not be very clear and thanks for you quick replies.
How can I post or send you a prinscreen easily ?November 8, 2013 at 02:33 #6248SQadminKeymasterUse a service like droplr.com
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 16, 2013 at 16:14 #6765airsidworldParticipantHi,
Here is a link to show what i’m speaking about: how to reduce the green margins on the attached picture ?https://www.dropbox.com/s/gnm6hwow91p2xxe/capture%20for%20support%20team.png
November 18, 2013 at 23:06 #6863SQadminKeymasterI see what you mean. Add this css to sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css:
COPY CODE.row { width: 100%; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 21, 2013 at 21:38 #7043airsidworldParticipantThanks it’s exactly what i mean 😉
Two more questions to have everything looking good:
– my menu is under the logo by using the following quick css:
#header .eight.columns:not(.login-buttons) {
clear: left;
width: 100%;
}
Passing width: 100% the logo moved to the left but the menu didn’t and still in the middle of the page. How can I move it also to the left under the logo ?– how can I modify the width of sidebars ? they are a little too much large now.
Thanks.November 24, 2013 at 03:58 #7148SQadminKeymasterOn your tests the menu is on the left. Put a link to your site please
To shrink the sidebars you have to edit the sidebar.php page and change “four columns” to “three columns” and in page-parts/general-before-wrap.php and page-parts/buddypress-before-wrap.php change eight to nineHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 24, 2013 at 19:10 #7175airsidworldParticipantI’m still on localhost but anyway I’ll try to do with what you told me. Thank you 😉
-
AuthorPosts
The forum ‘Sweetdate Landing Page – HTML’ is closed to new topics and replies.