-
Author
-
January 7, 2016 at 18:35 #97036
nuriflurry
ParticipantHi,
I wanna have a 2 columns laout for all the site, so I can put some ads on the right. The problem is that the maximum width I can choose for the main content is 75% which makes the right column too big.
Is there any posibility to make the main content wider?
Regards,
Nuria
January 7, 2016 at 18:58 #97042Laura
ModeratorHello, yes i can adjust it with css, can you share admin credentials? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 7, 2016 at 19:26 #97065Laura
ModeratorHello, please add this to style.css of child theme and customize as you wish 🙂
COPY CODEcol-sm-9 { width: 110% !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 7, 2016 at 19:31 #97074nuriflurry
ParticipantHi,
I’ve add that to the css and modify the percentage, but the sidebar is still 25% of the width…January 7, 2016 at 20:15 #97088Laura
ModeratorHello, try cleaning cache, let me know 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 8, 2016 at 12:00 #97180nuriflurry
ParticipantHi,
I have even tried in other browser and it’s still the same… not sure if I’m doing something wrong:col-sm-9 {
width: 160% !important;
}January 8, 2016 at 16:06 #97258Laura
ModeratorHello, added to your style.css at child theme
COPY CODE.template-page.col-sm-9.tpl-right { width: 140% !important; } .sidebar.sidebar-main.col-sm-3.sidebar-right { width: 30% !important; }
Should work now 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 8, 2016 at 18:09 #97325nuriflurry
ParticipantNot sure why it works on internet explorer but not in firefox. I think it’s gonna be easier to leave the percentage, and try to put the right padding of the sidebar smaller. Can you help me with this?
January 8, 2016 at 18:46 #97350Laura
ModeratorHello, can you share the new password as the old one doesnt seem to work anymore
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 8, 2016 at 18:53 #97355Laura
ModeratorHello, try maybe this one
COPY CODE@media (min-width: 1440px) { .container { max-width: 1480px !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 8, 2016 at 19:19 #97369nuriflurry
Participantthe idea would be having more padding in the left side of the container, and less padding on the right side.
I’m trying to play with this, but it doesn’t seem to work:@media (min-width: 90%) {
.container {
max-width: 90% !important;
padding-right: 0px;
}
}.sidebar-right .inner-content {
padding-left: 0px;
}January 9, 2016 at 13:55 #97452Laura
ModeratorHello, let me see if i can understand your idea, attached a screenshot.
What do you exactly want? Move the sidebar to the right, make the container bigger than the sidebar, delete both paddings
If you can share a screenshot as reference will help me know exactly what to do 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Attachments:
You must be logged in to view attached files.January 11, 2016 at 17:36 #97811nuriflurry
ParticipantHi Laura,
Sorry for all the misunderstanding. What you posted is what I want. I’ve attached an image of the desireable final result 🙂
Thanks.Attachments:
You must be logged in to view attached files.January 12, 2016 at 16:33 #98006Laura
ModeratorHello, added this to style.css
COPY CODE.container { max-width: 1370px !important; padding-left: 60px !important; } .template-page.col-sm-9.tpl-right { width: 80% !important; }
Let me know if that is the look you wanted 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 12, 2016 at 16:54 #98018nuriflurry
ParticipantThat’s perfect!!
Thank you very much and sorry for all the time you spent with this 😉January 12, 2016 at 19:21 #98093Laura
ModeratorHello, i am glad it worked, do not worry i am happy to help you 🙂
It would be great if you rate us 5 stars at themeforest and leave a nice comment 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.