Hi there,
try the Sidebar / Content layout instead
I changed it, but the problem still remains (image below). https://pasteboard.co/LNInXQvN5zVH.jpg
My wordpress language is persian (right to left), but the layout of GeneratePress is still left to right (if you look carefully, my site logo is on the left).
https://pasteboard.co/BhGC9QPoa2js.jpg
Can you share a link to your site ?
ying
(@yingscarlett)
Can you go to customizer > general, switch from Floats to Flexbox?
https://docs.generatepress.com/article/switching-from-floats-to-flexbox/
Let me know π
But there is no section called Floats or Flexbox in the General of my site screenshot link: https://pasteboard.co/Aj4YmXqKVkCe.jpg
where is this section?
Theme Author
Tom
(@edge22)
Hi there,
Are you using GP Premium on the site? If so, can you make sure it’s at least version 1.11.0? The flexbox option won’t show if you’re using an older version.
Let us know π
I am using the free version. Will purchasing the premium version solve this issue? Should I make a purchase?
I’m wondering why your theme can’t do something as “simple” as swiping right to left and that requires the entire site “foundation” to be changed (Floats to Flexbox).
Spending $59 for my site is not a big deal, but it is like gambling, I have no idea what “next” problems I will face when I use your product.
-
This reply was modified 2 years, 11 months ago by
akarimizn.
Theme Author
Tom
(@edge22)
Hi there,
No, GP Premium isn’t required for this option. Using an old version is just one reason why it wouldn’t be possible to see the option to switch.
I’m not sure why the option isn’t showing up, but we should be able to solve this for you without switching to that option.
- Set the Sidebar Layout option to Sidebar/Content.
- Add this CSS:
.content-area {
float: right;
}
Let me know if that works or not.