Home › Forums › Pro Themes › Magazine Plus Pro › Re-positioning of left sidebar using three column layout and left/right sidebar
Tagged: change of font size in titles, Editing Front Page Widget Areadisable Front Page Bottom Widget Area, Re-positioning of sidebar
- This topic has 65 replies, 2 voices, and was last updated 5 years, 3 months ago by wensolutions.
-
AuthorPosts
-
July 17, 2019 at 10:50 am #101938Klas KallinParticipant
Hi,
How can I/can I re-position/move the left sidebar to be placed nearer the content? My right sidebar is positioned closer to the contant than the left sidebar and it does not look nice. I would like to have the exact same space between the content and the left/right sidebar.
I believe I have to make a change in the style.css and if so, can you please point out what section/part of the code to look for – thus, where to make the neccesary change/changes?
Thank you very much in advance/KlasJuly 17, 2019 at 11:55 pm #101969wensolutionsKeymasterHello @kknp,
Actually, we are not quite clear your with your query so can you explain it with the proper screenshot so that we can provide the precise fix on this?
Thank you.
July 18, 2019 at 12:57 am #101976Klas KallinParticipantHi,
Thank you very much for your reply.
I have prepared a screenshot but it appears I cannot attach it to this post, so please inform me how to send the screenshot to you.
Thank you kindly/Klas
p.s. I have replied to your email and included the screenshot in the mail. d.s.July 18, 2019 at 1:06 am #101977Klas KallinParticipantHi again,
As expected, it did not work replying to your email!
Kind regrads/KlasJuly 18, 2019 at 1:41 am #101978Klas KallinParticipantHi,
I will will try to illustrate the question here:X Y Z
X = position left sidebar
Y = position content
Z = position right sidebar
As you can see the space between X and Y is much wider than between Y and Z. That is the problem.
Kind regrads/KlasJuly 18, 2019 at 1:45 am #101979Klas KallinParticipantHi,
I will try again:
X…………… Y….. Z
X = position left sidebar
Y = position content
Z = position right sidebarAs you can see the space between X and Y is much wider than between Y and Z. That is the problem.
Kind regrads/KlasJuly 18, 2019 at 2:38 am #101981wensolutionsKeymasterHello,
Can you post your site URL so that we can help you with the precise fix?
Thank you.
July 18, 2019 at 2:45 am #101983Klas KallinParticipantHi,
It´s a localhost installation so far.
If you can´t help without an URL to a live site, please let me know and I´ll try to put the site online.
Thank you/KlasJuly 18, 2019 at 4:43 am #101986wensolutionsKeymasterHello,
When we check the theme we were unable to find such an issue as you can check in the demo as well.
https://themepalace.com/theme-demo/?demo=ajBOM0FRNHBmWmQ1amVqMkpGS1ZXdz09
So we need to inspect your site URL, let us know once you put the site live.
Thank you.
July 18, 2019 at 8:28 am #102010Klas KallinParticipantHi again,
Now the site is online on URL: ekensberg.vardagshjalp.se
Kind regards/KlasJuly 18, 2019 at 11:58 pm #102069wensolutionsKeymasterHello @kknp,
When we inspected your site URL, we found that you have made some customization in the theme which happen to cause the issue.
So as for now, we have adjusted the width of both of the side same and the gap is uniform.
For this add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
#sidebar-secondary .custom-html-widget table { width: 100% !important; } #sidebar-primary .custom-html-widget table { width: 100% !important; }
Hope this helps.
If you have any issues further then kindly let us know.
Thank you.
July 19, 2019 at 12:53 am #102075Klas KallinParticipantHi,
and thank you ever so much, it worked fine.However, to get the layout as I wanted I had to add a margin argument as shown below:
#sidebar-secondary .custom-html-widget table {
width: 75% !important; margin-left: 50px
}#sidebar-primary .custom-html-widget table {
width: 75% !important; margin-left: 4px
}I actually have one more thing: could you please inform me how to omitt the search icon in the header area, please?
Thank you very much again for your excellent support!
Kind regrads/KlasJuly 19, 2019 at 3:55 am #102090wensolutionsKeymasterHello @kknp,
Please add below given CSS to remove the search from the header.
.header-search-box { display: none; }
Thank you.
July 24, 2019 at 10:04 am #102397Klas KallinParticipantHi again,
Im back with two questions:
1) How do I change the Home button text “Home” to (localized) “Hem”?
2) Is it possible in the theme to omitt/remove/inactivate the whole Front Page Bottom Widget Area (which I do not and will not use)?
Im asking this since as far as I understand and since I do not use that area, that area is the reason why I get a huge naked area between the Front Page Widget Area and the Footer Widgets 1-4.
If you check my site: wpeken.vardagshjalp.se you will see what I mean.
Thank you very much in advance and kind regards/Klas
July 25, 2019 at 12:07 am #102430wensolutionsKeymasterHello @kknp,
Please find answer to your queries below:
1) How do I change the Home button text “Home” to (localized) “Hem”?
Response: Can you please provide the screenshot of the button so that we can provide you the fix?
2) Is it possible in the theme to omitt/remove/inactivate the whole Front Page Bottom Widget Area (which I do not and will not use)?
Response: Please add below-given CSS to remove the space.
#sidebar-front-page-bottom-widget-area { padding: 0px; }
Hope this helps.
If you have any issues further then kindly let us know.
Thank you.
-
AuthorPosts
- You must be logged in to reply to this topic.